forked from Apple-2-Tools/jace
Resolved warning about leaking private classes through public method
This commit is contained in:
@@ -341,7 +341,7 @@ public class MOS65C02 extends CPU {
|
||||
}
|
||||
}
|
||||
|
||||
private static interface AddressCalculator {
|
||||
public static interface AddressCalculator {
|
||||
|
||||
abstract int calculateAddress(MOS65C02 cpu);
|
||||
|
||||
|
Reference in New Issue
Block a user