fix in 'protected' visibility check

This commit is contained in:
Svetlana Isakova
2012-04-06 20:42:45 +04:00
parent 63af29fedb
commit cd1221b1b2
3 changed files with 3 additions and 3 deletions

View File

@@ -16,6 +16,6 @@
package foo;
interface Intf {
public interface Intf {
String getFooBar();
}