mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Java: Don't specify visibility for extracted method declared in an interface (IDEA-196426)
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ interface I {
|
||||
String FOO = newMethod();
|
||||
|
||||
@NotNull
|
||||
private static String newMethod() {
|
||||
static String newMethod() {
|
||||
return "hello";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user