mirror of
https://github.com/badvision/jace.git
synced 2024-11-28 10:52:33 +00:00
Resolved warning about leaking private classes through public method
This commit is contained in:
parent
59afe5e72f
commit
7faca953b6
@ -341,7 +341,7 @@ public class MOS65C02 extends CPU {
|
||||
}
|
||||
}
|
||||
|
||||
private static interface AddressCalculator {
|
||||
public static interface AddressCalculator {
|
||||
|
||||
abstract int calculateAddress(MOS65C02 cpu);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user