mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
update anchor to skip whitespaces (IDEA-93459)
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// "Create Constructor" "true"
|
||||
public enum ReportType {
|
||||
AGING("Aging"),;
|
||||
|
||||
ReportType(String aging) {
|
||||
<selection>//To change body of created methods use File | Settings | File Templates.</selection>
|
||||
}
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// "Create Constructor" "true"
|
||||
public enum ReportType {
|
||||
AGING("Aging")<caret>,
|
||||
}
|
||||
Reference in New Issue
Block a user