X-Git-Url: http://git.nikiroo.be/?p=jvcard.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Fjvcard%2Fparsers%2FVcard21Parser.java;fp=src%2Fbe%2Fnikiroo%2Fjvcard%2Fparsers%2FVcard21Parser.java;h=d6e607aac785bcf1f1b8740be9ab288ed36a8571;hp=5a07903ae8ca1a558abe78e64ec873ae91f76d5b;hb=d5260eeb873fcf2ef9855dedcd9e2a3a3a990582;hpb=f06c81000632cfb5f525ca458f719338f55f9f66 diff --git a/src/be/nikiroo/jvcard/parsers/Vcard21Parser.java b/src/be/nikiroo/jvcard/parsers/Vcard21Parser.java index 5a07903..d6e607a 100644 --- a/src/be/nikiroo/jvcard/parsers/Vcard21Parser.java +++ b/src/be/nikiroo/jvcard/parsers/Vcard21Parser.java @@ -161,15 +161,15 @@ public class Vcard21Parser { * @param contact * the {@link Contact} to write * @param startingBKey - * the starting BKey number (all the other will follow) or -1 for - * no BKey + * the starting BKey number (all the others will follow) or -1 + * for no BKey * * @throws IOException * in case of IO error */ public static void write(Appendable writer, Contact contact, int startingBKey) throws IOException { - + // TODO: bkey handling? writer.append("BEGIN:VCARD\r\n"); writer.append("VERSION:2.1\r\n"); for (Data data : contact) {