1
0
Fork 0
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:
Martin Oberhuber 2009-01-19 14:07:49 +00:00
parent 2656a58a7e
commit 717cf8cc0a

View file

@ -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 {