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:
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 {
|
||||
|
||||
// the singleton instance
|
||||
private static RSECoreRegistry instance;
|
||||
private static RSECoreRegistry instance = null;
|
||||
|
||||
// extension registry
|
||||
private IExtensionRegistry registry;
|
||||
|
|
Loading…
Add table
Reference in a new issue