mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
introduce parameter object: downgrade accessibilty for inner classes (IDEADEV-35295)
This commit is contained in:
+2
-2
@@ -5,10 +5,10 @@ class Test {
|
||||
|
||||
void bar(String s){}
|
||||
|
||||
public static class Param {
|
||||
private static class Param {
|
||||
private final String s;
|
||||
|
||||
public Param(String s) {
|
||||
private Param(String s) {
|
||||
this.s = s;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user