Suppressed warnings where the thing warned about is intentional
[Mograsim.git] / LogicUI / src / era / mi / gui / model / components / GUIComponent.java
index ccb24a2..b8f49f3 100644 (file)
@@ -62,6 +62,7 @@ public abstract class GUIComponent
         * Called when this component is clicked. Absolute coordinates of the click are given. Returns true if this component consumed this
         * click.
         */
+       @SuppressWarnings({ "static-method", "unused" }) // this method is inteded to be overridden
        public boolean clicked(double x, double y)
        {
                return false;