mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
folowup to IDEA-149950: changed "package local" to JLS-conformant "package-private"
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ class a extends Component {
|
||||
s.<error descr="'createBuffers(int, java.awt.BufferCapabilities)' has protected access in 'java.awt.Component.FlipBufferStrategy'">createBuffers</error>(1,null);
|
||||
|
||||
// TODO
|
||||
// now cannot distinquish private from package local in class files
|
||||
// now cannot distinquish private from package-private in class files
|
||||
//< error descr="'java.awt.Component.SingleBufferStrategy' has private access in 'java.awt.Component'">SingleBufferStrategy< /error> s2 = null;
|
||||
//Object o = s2.< error descr="'caps' has private access in 'java.awt.Component.SingleBufferStrategy'">caps< /error>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user