Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2010-03-13 01:15:14 +0000
committerMarc Khouzam2010-03-13 01:15:14 +0000
commitc3936713896f9c2742462e0ee38c02537d331635 (patch)
tree656e7207f291077160225ffb982098662cdb65c7 /debug/org.eclipse.cdt.debug.mi.core
parentaa07b8ae87b6588334b2c7feaec503aba13e91df (diff)
downloadorg.eclipse.cdt-c3936713896f9c2742462e0ee38c02537d331635.tar.gz
org.eclipse.cdt-c3936713896f9c2742462e0ee38c02537d331635.tar.xz
org.eclipse.cdt-c3936713896f9c2742462e0ee38c02537d331635.zip
Wrong @since tag
Diffstat (limited to 'debug/org.eclipse.cdt.debug.mi.core')
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/MIPlugin.java2
1 files changed, 1 insertions, 1 deletions
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$

Back to the top