mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Replace RSEUIPlugin.getDefault().getSystemRegistry by getTheSystemRegistry()
This commit is contained in:
parent
545db2121e
commit
65b6846d56
1 changed files with 2 additions and 1 deletions
|
@ -719,7 +719,8 @@ public class RSEUIPlugin extends SystemBasePlugin implements ISystemMessageProvi
|
|||
|
||||
|
||||
/**
|
||||
* Return the SystemRegistry singleton
|
||||
* Return the SystemRegistry singleton.
|
||||
* Clients should use static @{link getTheSystemRegistry()} instead.
|
||||
*/
|
||||
private SystemRegistry getSystemRegistry()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue