]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/RefreshDistributionOverviewPage.java
Improve slc client ui dist, fix bugs #109, 110, 111
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui.dist / src / main / java / org / argeo / slc / client / ui / dist / commands / RefreshDistributionOverviewPage.java
index d6d86e1d4238706ce59f7d5550e2a0a198636db1..243d12b4e7200bc3dda4b7b76fff52d80362c9ea 100644 (file)
@@ -1,7 +1,5 @@
 package org.argeo.slc.client.ui.dist.commands;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
 import org.argeo.slc.client.ui.dist.DistPlugin;
 import org.argeo.slc.client.ui.dist.editors.DistributionEditor;
 import org.argeo.slc.client.ui.dist.editors.DistributionOverviewPage;
@@ -12,12 +10,12 @@ import org.eclipse.ui.IWorkbenchPart;
 import org.eclipse.ui.forms.editor.IFormPage;
 
 /**
- * Force refresh of the DistributionsView
+ * Force refresh of the Distribution overview page of the corresponding editor
  */
 
 public class RefreshDistributionOverviewPage extends AbstractHandler {
-       private static final Log log = LogFactory
-                       .getLog(RefreshDistributionOverviewPage.class);
+       // private static final Log log = LogFactory
+       // .getLog(RefreshDistributionOverviewPage.class);
        public final static String ID = DistPlugin.ID
                        + ".refreshDistributionOverviewPage";
        public final static String DEFAULT_LABEL = "Refresh the distribution overview";