mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 20:45:22 +02:00
[api][cleanup] Mark RSECoreRegistry as @noextend since it is meant to be a singleton
This commit is contained in:
parent
2656a58a7e
commit
717cf8cc0a
1 changed files with 13 additions and 11 deletions
|
@ -36,6 +36,8 @@ import org.eclipse.rse.core.RSECorePlugin;
|
|||
|
||||
/**
|
||||
* Singleton class representing the RSE core registry.
|
||||
*
|
||||
* @noextend This class is not intended to be subclassed by clients.
|
||||
*/
|
||||
public class RSECoreRegistry implements IRSECoreRegistry {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue