Author: echatellier Date: 2012-07-20 14:05:26 +0200 (Fri, 20 Jul 2012) New Revision: 3544 Url: http://chorem.org/repositories/revision/lima/3544 Log: Remove tabulations Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/MainView.jaxx Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/MainView.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/MainView.jaxx 2012-07-20 12:04:34 UTC (rev 3543) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/MainView.jaxx 2012-07-20 12:05:26 UTC (rev 3544) @@ -45,17 +45,17 @@ SwingUtil.getLayer(mainPanel).setUI(betaLayer); } - public LimaConfig getConfig() { - return LimaContext.CONFIG_DEF.getContextValue(getDelegateContext()); - } + public LimaConfig getConfig() { + return LimaContext.CONFIG_DEF.getContextValue(getDelegateContext()); + } - public MainViewHandler getHandler() { - return getContextValue(MainViewHandler.class); - } + public MainViewHandler getHandler() { + return getContextValue(MainViewHandler.class); + } - public boolean acceptLocale(Locale l, String expected) { - return l != null && l.toString().equals(expected); - } + public boolean acceptLocale(Locale l, String expected) { + return l != null && l.toString().equals(expected); + } ]]> </script>