mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Missing @since tags
This commit is contained in:
parent
8a2cae3b45
commit
f8d0290efa
2 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,9 @@ public class DsfDebugUITools {
|
||||||
return DsfUIPlugin.getDefault().getPreferenceStore();
|
return DsfUIPlugin.getDefault().getPreferenceStore();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @since 2.1
|
||||||
|
*/
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
public static void enableActivity(String activityID, boolean enableit)
|
public static void enableActivity(String activityID, boolean enableit)
|
||||||
{
|
{
|
||||||
|
|
|
@ -118,6 +118,9 @@ public class LaunchUtils {
|
||||||
return CommandLineUtil.argumentsToArray(args);
|
return CommandLineUtil.argumentsToArray(args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @since 6.1
|
||||||
|
*/
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
public static void enableActivity(String activityID, boolean enableit)
|
public static void enableActivity(String activityID, boolean enableit)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue