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:
parent
ff63872f33
commit
f93ce93689
1 changed files with 1 additions and 0 deletions
|
@ -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$
|
||||||
|
|
Loading…
Add table
Reference in a new issue