mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-13 19:25:38 +02:00
javadoc an abstract method
This commit is contained in:
parent
2104825bd7
commit
24001360f5
1 changed files with 4 additions and 0 deletions
|
@ -229,6 +229,10 @@ abstract public class AbstractCLaunchDelegate extends LaunchConfigurationDelegat
|
||||||
throw new CoreException(new Status(IStatus.OK, getPluginID(), code, message, null));
|
throw new CoreException(new Status(IStatus.OK, getPluginID(), code, message, null));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return the ID of the plugin hosting the launch delegate. It's used to
|
||||||
|
* create {@link IStatus} objects.
|
||||||
|
*/
|
||||||
abstract protected String getPluginID();
|
abstract protected String getPluginID();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue