made the test enums package private to avoid confusion and mistakes
[Mograsim.git] / net.mograsim.logic.model.am2900 / test / net / mograsim / logic / model / am2900 / am2910 / TestableAm2910.java
index fa34760..115f9cb 100644 (file)
@@ -29,7 +29,7 @@ public interface TestableAm2910 extends TestableCircuit
 
        String get_VECT();
 
-       public enum Am2910_Inst
+       enum Am2910_Inst
        {
                JZ, CJS, JMAP, CJP, PUSH, JSRP, CJV, JRP, RFCT, RPCT, CRTN, CJPP, LDCT, LOOP, CONT, TWB;
        }