Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2013-04-19 12:17:19 +0000
committerTom Schindl2013-04-19 12:17:19 +0000
commit0a07e5e49a13918bd2931e4f38ee5f8a51b4e236 (patch)
tree3d8fed652a986f290a03d2ed5370c0cd0274504a
parent1a9e64439ea45beeca69c7e297691c72a8b6de09 (diff)
downloadorg.eclipse.efxclipse-0a07e5e49a13918bd2931e4f38ee5f8a51b4e236.tar.gz
org.eclipse.efxclipse-0a07e5e49a13918bd2931e4f38ee5f8a51b4e236.tar.xz
org.eclipse.efxclipse-0a07e5e49a13918bd2931e4f38ee5f8a51b4e236.zip
small typo fix
-rwxr-xr-xbundles/runtime/org.eclipse.fx.ui.workbench.fx/src/org/eclipse/fx/ui/workbench/fx/internal/WorkbenchJFXActivator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/runtime/org.eclipse.fx.ui.workbench.fx/src/org/eclipse/fx/ui/workbench/fx/internal/WorkbenchJFXActivator.java b/bundles/runtime/org.eclipse.fx.ui.workbench.fx/src/org/eclipse/fx/ui/workbench/fx/internal/WorkbenchJFXActivator.java
index 1f3f76700..9e8aa997d 100755
--- a/bundles/runtime/org.eclipse.fx.ui.workbench.fx/src/org/eclipse/fx/ui/workbench/fx/internal/WorkbenchJFXActivator.java
+++ b/bundles/runtime/org.eclipse.fx.ui.workbench.fx/src/org/eclipse/fx/ui/workbench/fx/internal/WorkbenchJFXActivator.java
@@ -68,7 +68,7 @@ public class WorkbenchJFXActivator implements BundleActivator {
filter = context.createFilter(Location.INSTANCE_FILTER);
} catch (InvalidSyntaxException e) {
// ignore this. It should never happen as we have tested the
- // above format.
+ // above format
}
locationTracker = new ServiceTracker(context, filter, null);
locationTracker.open();

Back to the top