1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 01:05:38 +02:00

Added @since tag on new field

This commit is contained in:
John Cortell 2009-09-30 23:05:15 +00:00
parent ff63872f33
commit f93ce93689

View file

@ -72,6 +72,7 @@ public class MIPlugin extends Plugin {
/** /**
* Has tracing for this plug-in been turned on? * Has tracing for this plug-in been turned on?
* @since 6.1
*/ */
public static final boolean DEBUG = "true".equals( //$NON-NLS-1$ public static final boolean DEBUG = "true".equals( //$NON-NLS-1$
Platform.getDebugOption("org.eclipse.cdt.debug.mi.core/debug")); //$NON-NLS-1$ Platform.getDebugOption("org.eclipse.cdt.debug.mi.core/debug")); //$NON-NLS-1$