mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
SSR: make some methods public for easier extension (IDEA-162805)
This commit is contained in:
+1
-1
@@ -517,7 +517,7 @@ public class JavaStructuralSearchProfile extends StructuralSearchProfile {
|
||||
}
|
||||
|
||||
@Override
|
||||
Configuration[] getPredefinedTemplates() {
|
||||
public Configuration[] getPredefinedTemplates() {
|
||||
return JavaPredefinedConfigurations.createPredefinedTemplates();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user