mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Comment adjustment.
This commit is contained in:
parent
472713c951
commit
9a1ff716f7
1 changed files with 1 additions and 2 deletions
|
@ -174,7 +174,7 @@ public interface ICDTLaunchConfigurationConstants {
|
||||||
public static final String ATTR_PLATFORM = CDT_LAUNCH_ID + ".PLATFFORM"; //$NON-NLS-1$
|
public static final String ATTR_PLATFORM = CDT_LAUNCH_ID + ".PLATFFORM"; //$NON-NLS-1$
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Launch configuration attribute key. The value is a boolean specifiying whether
|
* Launch configuration attribute key. The value is a boolean specifying whether
|
||||||
* to connect a terminal to the processed stdin/stdout
|
* to connect a terminal to the processed stdin/stdout
|
||||||
*/
|
*/
|
||||||
public static final String ATTR_USE_TERMINAL = CDT_LAUNCH_ID + ".use_terminal"; //$NON-NLS-1$
|
public static final String ATTR_USE_TERMINAL = CDT_LAUNCH_ID + ".use_terminal"; //$NON-NLS-1$
|
||||||
|
@ -374,5 +374,4 @@ public interface ICDTLaunchConfigurationConstants {
|
||||||
* Status code indicating an unexpected internal error.
|
* Status code indicating an unexpected internal error.
|
||||||
*/
|
*/
|
||||||
public static final int ERR_INTERNAL_ERROR = 150;
|
public static final int ERR_INTERNAL_ERROR = 150;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue