The format(s) of the contacts list is now exported to display.properties
[jvcard.git] / src / be / nikiroo / jvcard / Contact.java
index 8142c29a830c4d6dfc82c6a01f0dddc718e62c62..328993947311772e5b62af6920ea178adef6b02c 100644 (file)
@@ -182,7 +182,7 @@ public class Contact {
         * The format is basically a list of field names separated by a pipe and
         * optionally parametrised. The parameters allows you to:
         * <ul>
-        * <li>@x: show only a present/not present info</li>
+        * <li>@x: (the 'x' is the letter 'x') show only a present/not present info</li>
         * <li>@n: limit the size to a fixed value 'n'</li>
         * <li>@+: expand the size of this field as much as possible</li>
         * </ul>