1.1 --- a/src/net/fortuna/ical4j/util/CompatibilityHints.java Tue Feb 10 19:25:00 2015 +0100 1.2 +++ b/src/net/fortuna/ical4j/util/CompatibilityHints.java Tue Feb 10 19:38:00 2015 +0100 1.3 @@ -76,6 +76,11 @@ 1.4 * compatibility is enabled by setting this system property to "true". 1.5 */ 1.6 public static final String KEY_NOTES_COMPATIBILITY = "ical4j.compatibility.notes"; 1.7 + 1.8 + /** 1.9 + * Support for vCard features that are not necessarily compatible with the iCalendar standard. 1.10 + */ 1.11 + public static final String KEY_VCARD_COMPATIBILITY = "ical4j.compatibility.vcard"; 1.12 1.13 private static final Map HINTS = new ConcurrentHashMap(); 1.14 // preload known hints from the configurator