From 843ecb2adcadb2345059014b46bd2a3e75923429 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Thu, 15 Oct 2015 16:17:32 -0400 Subject: Cosmetics Signed-off-by: Marc Khouzam --- .../src/org/eclipse/cdt/dsf/internal/DsfPlugin.java | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'dsf') diff --git a/dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/internal/DsfPlugin.java b/dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/internal/DsfPlugin.java index 88a153cea7d..b26f13a48de 100644 --- a/dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/internal/DsfPlugin.java +++ b/dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/internal/DsfPlugin.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2006, 2009 Wind River Systems and others. + * Copyright (c) 2006, 2015 Wind River Systems and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -40,10 +40,6 @@ public class DsfPlugin extends Plugin { fgPlugin = this; } - /* - * (non-Javadoc) - * @see org.eclipse.core.runtime.Plugins#start(org.osgi.framework.BundleContext) - */ @Override public void start(BundleContext context) throws Exception { fgBundleContext = context; @@ -51,10 +47,6 @@ public class DsfPlugin extends Plugin { DEBUG = "true".equals(Platform.getDebugOption("org.eclipse.cdt.dsf/debug")); //$NON-NLS-1$//$NON-NLS-2$ } - /* - * (non-Javadoc) - * @see org.eclipse.core.runtime.Plugin#stop(org.osgi.framework.BundleContext) - */ @Override public void stop(BundleContext context) throws Exception { fgBundleContext = null; @@ -111,7 +103,4 @@ public class DsfPlugin extends Plugin { traceBuilder.append(millis); return traceBuilder.toString(); } - - - } -- cgit v1.2.3