1
0
Fork 0
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:
Martin Oberhuber 2007-04-19 13:06:10 +00:00
parent 545db2121e
commit 65b6846d56

View file

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