Suppressed warnings where the thing warned about is intentional
[Mograsim.git] / LogicUI / src / era / mi / gui / examples / RSLatchExample.java
index 57b5b9c..08c42c5 100644 (file)
@@ -16,6 +16,7 @@ public class RSLatchExample
                SimpleLogicUIStandalone.executeVisualisation(RSLatchExample::createRSLatchExample);
        }
 
+       @SuppressWarnings("unused") // for GUIWires being created
        public static void createRSLatchExample(ViewModel model)
        {
                GUIManualSwitch rIn = new GUIManualSwitch(model);