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

[215820][api][breaking] Move SystemRegistry implementation to Core

This commit is contained in:
Martin Oberhuber 2008-02-12 18:48:21 +00:00
parent 52a332ae0b
commit dbab11d6bc

View file

@ -210,17 +210,6 @@ public class RSECorePlugin extends Plugin {
return _persistenceManager;
}
/**
* Sets the system registry. This is the main registry that can be used by RSE components
* that require a user interface. This should be set only by RSE startup components and
* not by any external client.
* @param registry the implementation of ISystemRegistry that the core should remember.
* @deprecated Do not use this method.
*/
public void setSystemRegistry(ISystemRegistry registry) {
_systemRegistry = registry;
}
/**
* Test if the SystemRegistry has been instantiated already.
* Use this when you don't want to start the system registry as a