mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 13:05:22 +02:00
[cleanup] Deprecate "Initialize RSE" Job name
This commit is contained in:
parent
6a6303d8ce
commit
1dff8ab352
1 changed files with 8 additions and 5 deletions
|
@ -52,7 +52,10 @@ import org.eclipse.rse.services.clientserver.SystemEncodingUtil;
|
|||
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$
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue