1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

[cleanup] adhere to best practice regarding static initialization found by static analysis

This commit is contained in:
David Dykstal 2007-01-02 14:12:16 +00:00
parent daba2d8c1a
commit ad771a9936

View file

@ -27,7 +27,7 @@ import org.eclipse.rse.core.IRSESystemType;
public class RSECoreRegistry implements IRSECoreRegistry {
// the singleton instance
private static RSECoreRegistry instance;
private static RSECoreRegistry instance = null;
// extension registry
private IExtensionRegistry registry;