mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
Java: Don't specify visibility for extracted method declared in an interface (IDEA-196426)
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ interface I {
|
||||
newMethod();
|
||||
}
|
||||
|
||||
private static void newMethod() {
|
||||
static void newMethod() {
|
||||
System.out.println("hello");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user