Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Fluegge2011-08-19 07:04:18 +0000
committerMartin Fluegge2011-08-19 07:04:18 +0000
commit86a14631845e281fb1737779872b7d3d4abe2142 (patch)
tree4cba17e2013826fa4846ad525d0ecf78674216d3 /plugins/org.eclipse.emf.cdo.dawn.ui
parent40f97993435a34503d4792bd079cccbe5743d227 (diff)
downloadcdo-86a14631845e281fb1737779872b7d3d4abe2142.tar.gz
cdo-86a14631845e281fb1737779872b7d3d4abe2142.tar.xz
cdo-86a14631845e281fb1737779872b7d3d4abe2142.zip
clean up
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.ui')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/views/DawnExplorer.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/views/DawnExplorer.java b/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/views/DawnExplorer.java
index d524a1a4e8..63bfc53614 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/views/DawnExplorer.java
+++ b/plugins/org.eclipse.emf.cdo.dawn.ui/src/org/eclipse/emf/cdo/dawn/ui/views/DawnExplorer.java
@@ -39,12 +39,8 @@ import org.eclipse.ui.PartInitException;
*/
public class DawnExplorer extends CDOSessionsView
{
-
private static final ContextTracer TRACER = new ContextTracer(OM.DEBUG, DawnExplorer.class);
- /**
- * The ID of the view as specified by the extension.
- */
public static final String ID = "org.eclipse.emf.cdo.dawn.ui.views.DawnExplorer";
private CDOView view;

Back to the top