1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 21:15:23 +02:00

[cleanup] Deprecate "Initialize RSE" Job name

This commit is contained in:
Martin Oberhuber 2008-09-02 17:53:12 +00:00
parent 6a6303d8ce
commit 1dff8ab352

View file

@ -52,7 +52,10 @@ import org.eclipse.rse.services.clientserver.SystemEncodingUtil;
public final class RSEInitJob extends Job { public final class RSEInitJob extends Job {
/** /**
* The name of this job. This is API. Clients may use this name to find this job by name. * The name of this job. This is API. Clients may use this name to find this
* job by name.
*
* @deprecated use {@link RSECorePlugin#isInitComplete(int)}
*/ */
public final static String NAME = "Initialize RSE"; //$NON-NLS-1$ public final static String NAME = "Initialize RSE"; //$NON-NLS-1$