Made comments about @SuppressWarnings uniform
[Mograsim.git] / net.mograsim.logic.ui / src / net / mograsim / logic / ui / model / components / mi / nandbased / GUI_rsLatch.java
index 510becf..589bd8f 100644 (file)
@@ -18,7 +18,7 @@ public class GUI_rsLatch extends SubmodelComponent
                initSubmodelComponents();
        }
 
-       @SuppressWarnings("unused")
+       @SuppressWarnings("unused") // for GUIWires being created
        private void initSubmodelComponents()
        {
                Pin _S = addSubmodelInterface(1, 0, 5);