mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 10:25:32 +02:00
Replace RSEUIPlugin.getDefault().getSystemRegistry by getTheSystemRegistry()
This commit is contained in:
parent
5c4fec2dca
commit
545db2121e
1 changed files with 1 additions and 1 deletions
|
@ -721,7 +721,7 @@ public class RSEUIPlugin extends SystemBasePlugin implements ISystemMessageProvi
|
||||||
/**
|
/**
|
||||||
* Return the SystemRegistry singleton
|
* Return the SystemRegistry singleton
|
||||||
*/
|
*/
|
||||||
public SystemRegistry getSystemRegistry()
|
private SystemRegistry getSystemRegistry()
|
||||||
{
|
{
|
||||||
if (_systemRegistry == null)
|
if (_systemRegistry == null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue