1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +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
*/
public SystemRegistry getSystemRegistry()
private SystemRegistry getSystemRegistry()
{
if (_systemRegistry == null)
{