Improve comments
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 1 Jul 2012 16:01:52 +0000 (16:01 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 1 Jul 2012 16:01:52 +0000 (16:01 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5414 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/runtime/org.argeo.eclipse.ui/src/main/java/org/argeo/eclipse/spring/SpringCommandHandler.java

index 9eb3a0df1e42247dd7ea9cc8c241d0cc13fb7c66..dc045c982a05d3b4092fd9a10c1dd4b392f9e204 100644 (file)
@@ -24,6 +24,7 @@ import org.eclipse.core.commands.IHandler;
 import org.eclipse.core.commands.IHandlerListener;
 import org.springframework.context.ApplicationContext;
 
+/** Allows to declare Eclipse commands as Spring beans */
 public class SpringCommandHandler implements IHandler {
        private final static Log log = LogFactory
                        .getLog(SpringCommandHandler.class);