mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
SSR: no need to look in supers when searching for singletons
This commit is contained in:
+2
-2
@@ -262,8 +262,8 @@ class JavaPredefinedConfigurations {
|
||||
" private 'Class('_ParameterType* '_ParameterDcl*) {\n" +
|
||||
" '_ConstructorStatement*;\n" +
|
||||
" }\n"+
|
||||
" private static '_Class:* '_Instance;\n" +
|
||||
" static '_Class:* '_GetInstance() {\n" +
|
||||
" private static '_Class '_Instance;\n" +
|
||||
" static '_Class '_GetInstance() {\n" +
|
||||
" '_SomeStatement*;\n" +
|
||||
" return '_Instance;\n" +
|
||||
" }\n"+
|
||||
|
||||
Reference in New Issue
Block a user