1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

- fixed missing since tag

This commit is contained in:
Alena Laskavaia 2009-04-02 19:59:00 +00:00
parent 4e2bb4061d
commit 82162abb01

View file

@ -80,6 +80,9 @@ import com.ibm.icu.text.MessageFormat;
abstract public class AbstractCLaunchDelegate extends LaunchConfigurationDelegate { abstract public class AbstractCLaunchDelegate extends LaunchConfigurationDelegate {
/**
* @since 6.0
*/
public class CLaunch extends Launch { public class CLaunch extends Launch {
private AtomicBoolean fRefreshDone; private AtomicBoolean fRefreshDone;