X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=eclipse%2Fplugins%2Forg.argeo.slc.client.ui.dist%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2Fdist%2Fcommands%2FRefreshDistributionOverviewPage.java;fp=eclipse%2Fplugins%2Forg.argeo.slc.client.ui.dist%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2Fdist%2Fcommands%2FRefreshDistributionOverviewPage.java;h=243d12b4e7200bc3dda4b7b76fff52d80362c9ea;hb=967aee9e4538bfe5fb8bbcd171af2f30e0fed9ee;hp=d6d86e1d4238706ce59f7d5550e2a0a198636db1;hpb=5db545c9f1c4ff065762de7cdb03db1d5aa6e44a;p=gpl%2Fargeo-slc.git diff --git a/eclipse/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/RefreshDistributionOverviewPage.java b/eclipse/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/RefreshDistributionOverviewPage.java index d6d86e1d4..243d12b4e 100644 --- a/eclipse/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/RefreshDistributionOverviewPage.java +++ b/eclipse/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/RefreshDistributionOverviewPage.java @@ -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";