Add more warnings source to 1.6) and fix warnings
[jvcard.git] / src / be / nikiroo / jvcard / tui / panes / MainContent.java
index 0d873daa26287010a46183d84c001544b3601e93..c63afd9b47ef2da4dd919f1fac5ab6791d917e61 100644 (file)
@@ -75,6 +75,7 @@ abstract public class MainContent extends Panel {
         * 
         * @return the error message to display if any
         */
+       @SuppressWarnings("unused")
        public String move(int x, int y) {
                return null;
        }