1
0
Fork 0
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:
Martin Oberhuber 2007-04-19 13:04:40 +00:00
parent 5c4fec2dca
commit 545db2121e

View file

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