live templates code sample: MarkdownTemplateProvider simplify

This commit is contained in:
Yann Cébron 2019-08-07 17:06:20 +02:00
parent 49587653ca
commit ef7a76ce46

View File

@ -10,6 +10,6 @@ public class MarkdownTemplateProvider implements DefaultLiveTemplatesProvider {
@Nullable
@Override
public String[] getHiddenLiveTemplateFiles() {
return new String[0];
return null;
}
}