Last change
on this file was 2, checked in by dmik, 15 years ago |
Imported OpenJDK 6 b19 sources from Oracle.
|
File size:
400 bytes
|
Line | |
---|
1 | OverridePosition.java:17: method() in T4524388.Testa cannot implement method() in T4524388.Interface; attempting to assign weaker access privileges; was public
|
---|
2 | void method() {}
|
---|
3 | ^
|
---|
4 | OverridePosition.java:24: method() in T4524388.A cannot implement method() in T4524388.Interface; attempting to assign weaker access privileges; was public
|
---|
5 | class B extends A implements Interface {
|
---|
6 | ^
|
---|
7 | 2 errors
|
---|
Note:
See
TracBrowser
for help on using the repository browser.