mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
hidden templates
This commit is contained in:
+5
@@ -32,4 +32,9 @@ public class JavaDefaultLiveTemplatesProvider implements DefaultLiveTemplatesPro
|
||||
public String[] getDefaultLiveTemplateFiles() {
|
||||
return DEFAULT_TEMPLATES;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String[] getHiddenLiveTemplateFiles() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user