mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Live Templates: adjust method visibility
This commit is contained in:
@@ -115,7 +115,7 @@ public class TemplateImpl extends Template implements SchemeElement {
|
||||
this(key, string, group, true);
|
||||
}
|
||||
|
||||
public TemplateImpl(@NotNull String key, String string, @NotNull String group, boolean storeBuildingStacktrace) {
|
||||
TemplateImpl(@NotNull String key, String string, @NotNull String group, boolean storeBuildingStacktrace) {
|
||||
myKey = key;
|
||||
myString = StringUtil.convertLineSeparators(StringUtil.notNullize(string));
|
||||
myGroupName = group;
|
||||
|
||||
Reference in New Issue
Block a user