]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/commands/DoNothing.java
Deal with the deprecation of Eclipse Aether
[gpl/argeo-slc.git] / org.argeo.slc.client.ui.dist / src / org / argeo / slc / client / ui / dist / commands / DoNothing.java
index 5519359ad635b17f97ed5783fd0d25a81dabf81a..2a9307a183fa74f9861eab22d502cefecc1894dd 100644 (file)
@@ -5,11 +5,9 @@ import org.eclipse.core.commands.AbstractHandler;
 import org.eclipse.core.commands.ExecutionEvent;
 import org.eclipse.core.commands.ExecutionException;
 
-/**
- * Utilitary command used to enable sub menus in various toolbars. Does nothing
- */
+/** Util command used to enable sub menus in various toolbars. Does nothing */
 public class DoNothing extends AbstractHandler {
-       public final static String ID = DistPlugin.ID + ".doNothing";
+       public final static String ID = DistPlugin.PLUGIN_ID + ".doNothing";
 
        public Object execute(ExecutionEvent event) throws ExecutionException {
                return null;