Prepare Argeo Commons 2.1.49 release (+ cosmetic comments refactoring)
[lgpl/argeo-commons.git] / org.argeo.cms.ui.workbench / src / org / argeo / eclipse / spring / SpringCommandHandler.java
index 1bbf9cbed2889031505864665517a7c39666fefa..698b937413b7355bd25612019e8f8c6ee6589f0e 100644 (file)
@@ -47,8 +47,9 @@ public class SpringCommandHandler implements IHandler {
                        ApplicationContext applicationContext = ApplicationContextTracker
                                        .getApplicationContext(bundleSymbolicName);
                        if (applicationContext == null)
-                               throw new EclipseUiException("No application context found for "
-                                               + bundleSymbolicName);
+                               throw new EclipseUiException(
+                                               "No application context found for "
+                                                               + bundleSymbolicName);
 
                        // retrieve the command via its id
                        String beanName = event.getCommand().getId();
@@ -89,5 +90,4 @@ public class SpringCommandHandler implements IHandler {
 
        public void removeHandlerListener(IHandlerListener handlerListener) {
        }
-
 }