From c3936713896f9c2742462e0ee38c02537d331635 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Sat, 13 Mar 2010 01:15:14 +0000 Subject: [PATCH] Wrong @since tag --- .../src/org/eclipse/cdt/debug/mi/core/MIPlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/MIPlugin.java b/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/MIPlugin.java index 5f1753ca946..92bba9129b8 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/MIPlugin.java +++ b/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/MIPlugin.java @@ -72,7 +72,7 @@ public class MIPlugin extends Plugin { /** * Has tracing for this plug-in been turned on? - * @since 6.1 + * @since 7.0 */ public static final boolean DEBUG = "true".equals( //$NON-NLS-1$ Platform.getDebugOption("org.eclipse.cdt.debug.mi.core/debug")); //$NON-NLS-1$