mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
make intention template consistent with other java intentions
This commit is contained in:
+4
-2
@@ -1,4 +1,6 @@
|
||||
void m(String s1, String s2) {
|
||||
if (!s1.equals(s2)) {
|
||||
public class X {
|
||||
void m(String s1, String s2) {
|
||||
if (!s1.equals(s2)) {
|
||||
}
|
||||
}
|
||||
}
|
||||
+5
-3
@@ -1,4 +1,6 @@
|
||||
void m(String s1, String s2) {
|
||||
if (<spot>s1.compareTo(s2) != 0</spot>) {
|
||||
public class X {
|
||||
void m(String s1, String s2) {
|
||||
if (<spot>s1.compareTo(s2) != 0</spot>) {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user