Add more warnings source to 1.6) and fix warnings
[jvcard.git] / src / be / nikiroo / jvcard / parsers / AbookParser.java
index b8e6e58e47c2187acf5fd80e8b3c046acacf6d33..fc4df3613f2af8e34947712cdcb0860217b9d168 100644 (file)
@@ -58,11 +58,12 @@ public class AbookParser {
         * 
         * @param startingBKey
         *            the starting BKey number (all the other will follow) or -1 for
-        *            no BKey
+        *            no BKey (it is actually not used in this mode)
         * 
         * @return the {@link String} representation
         */
-       public static List<String> toStrings(Contact contact, int startingBKey) {
+       public static List<String> toStrings(Contact contact,
+                       @SuppressWarnings("unused") int startingBKey) {
                // BKey is not used in pine mode
 
                StringBuilder builder = new StringBuilder();