mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-22 15:53:58 +02:00
[cleanup] adhere to best practice regarding static initialization found by static analysis
This commit is contained in:
parent
daba2d8c1a
commit
ad771a9936
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import org.eclipse.rse.core.IRSESystemType;
|
||||||
public class RSECoreRegistry implements IRSECoreRegistry {
|
public class RSECoreRegistry implements IRSECoreRegistry {
|
||||||
|
|
||||||
// the singleton instance
|
// the singleton instance
|
||||||
private static RSECoreRegistry instance;
|
private static RSECoreRegistry instance = null;
|
||||||
|
|
||||||
// extension registry
|
// extension registry
|
||||||
private IExtensionRegistry registry;
|
private IExtensionRegistry registry;
|
||||||
|
|
Loading…
Add table
Reference in a new issue