Resolved warning about leaking private classes through public method

This commit is contained in:
Brendan Robert 2015-08-12 00:08:47 -05:00
parent 59afe5e72f
commit 7faca953b6
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ public class MOS65C02 extends CPU {
}
}
private static interface AddressCalculator {
public static interface AddressCalculator {
abstract int calculateAddress(MOS65C02 cpu);