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:
parent
52a332ae0b
commit
dbab11d6bc
1 changed files with 0 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue