]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/commands/RefreshDistributionsView.java
Clean: fix typos, update comments
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / src / main / java / org / argeo / slc / client / ui / dist / commands / RefreshDistributionsView.java
index f6af017880ff60cc20d97e2537044d49f2aefe57..b7d3ed680083785a8b48aef322adba4a1eafd90c 100644 (file)
@@ -25,16 +25,14 @@ import org.eclipse.jface.resource.ImageDescriptor;
 import org.eclipse.ui.IWorkbenchPart;
 
 /**
- * Force refresh of the DistributionsView
+ * Force refresh of the Distributions View
  */
-
 public class RefreshDistributionsView extends AbstractHandler {
        public final static String ID = DistPlugin.ID + ".refreshDistributionsView";
        public final static String DEFAULT_LABEL = "Refresh the distribution view";
        public final static ImageDescriptor DEFAULT_ICON = DistPlugin
                        .getImageDescriptor("icons/refresh.png");
 
-
        public Object execute(ExecutionEvent event) throws ExecutionException {
                IWorkbenchPart activePart = DistPlugin.getDefault().getWorkbench()
                                .getActiveWorkbenchWindow().getActivePage().getActivePart();