Fixed test data for ReadJavaBinaryClassTest, avoiding "package" visibility.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package test;
|
||||
|
||||
interface JavaBeanAbstractGetter {
|
||||
int getRed();
|
||||
public interface JavaBeanAbstractGetter {
|
||||
public int getRed();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user