diff -r dee028db6e9b -r 73bdfa70b04e src/net/fortuna/ical4j/model/PropertyList.java --- a/src/net/fortuna/ical4j/model/PropertyList.java Tue Feb 10 19:25:00 2015 +0100 +++ b/src/net/fortuna/ical4j/model/PropertyList.java Tue Feb 10 19:38:00 2015 +0100 @@ -134,7 +134,7 @@ * net.fortuna.ical4j.model.Property. * @param property a property to add * @return true if the property is added, otherwise false - * @see java.util.List#add(E) + * @see java.util.List#add(Object) */ public final boolean add(final Object property) { if (!(property instanceof Property)) {