mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Wrong @since tag
This commit is contained in:
parent
aa07b8ae87
commit
c393671389
1 changed files with 1 additions and 1 deletions
|
@ -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$
|
||||
|
|
Loading…
Add table
Reference in a new issue