Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fluegge2011-10-30 11:28:36 +0000
committerMartin Fluegge2011-10-30 11:28:36 +0000
commitaa925465c9126616eb28040f6ea51b416487eca0 (patch)
tree2e7197396059e4379b38076fba30e5d3555fdad3
parent31a6535193b0496546baaf1856516a534a9f7bbc (diff)
downloadcdo-aa925465c9126616eb28040f6ea51b416487eca0.tar.gz
cdo-aa925465c9126616eb28040f6ea51b416487eca0.tar.xz
cdo-aa925465c9126616eb28040f6ea51b416487eca0.zip
clean up
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/DawnRuntimePlugin.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/DawnRuntimePlugin.java b/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/DawnRuntimePlugin.java
index c7c157bc1d..ad6e99267e 100644
--- a/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/DawnRuntimePlugin.java
+++ b/plugins/org.eclipse.emf.cdo.dawn/src/org/eclipse/emf/cdo/dawn/DawnRuntimePlugin.java
@@ -23,10 +23,6 @@ public class DawnRuntimePlugin extends AbstractUIPlugin
private static DawnRuntimePlugin plugin;
- public DawnRuntimePlugin()
- {
- }
-
@Override
public void start(BundleContext context) throws Exception
{

Back to the top