Suppressed warnings where the thing warned about is intentional
[Mograsim.git] / LogicUI / src / era / mi / gui / model / components / GUIAndGate.java
index 5e5c787..65f1db4 100644 (file)
@@ -7,6 +7,6 @@ public class GUIAndGate extends SimpleRectangularGUIGate
        public GUIAndGate(ViewModel model, int logicWidth)
        {
                super(model, logicWidth, "&", false);
-               setInputCount(2);
+               setInputCount(2);// TODO make variable
        }
 }
\ No newline at end of file