src/net/fortuna/ical4j/model/PeriodList.java

changeset 3
73bdfa70b04e
parent 0
fb9019fb1bf7
child 4
45d57ecba757
     1.1 --- a/src/net/fortuna/ical4j/model/PeriodList.java	Tue Feb 10 19:25:00 2015 +0100
     1.2 +++ b/src/net/fortuna/ical4j/model/PeriodList.java	Tue Feb 10 19:38:00 2015 +0100
     1.3 @@ -146,7 +146,7 @@
     1.4       * where argument is not a <code>net.fortuna.ical4j.model.Period</code>.
     1.5       * @param period a period to add to the list
     1.6       * @return true if the period was added, otherwise false
     1.7 -     * @see java.util.List#add(E)
     1.8 +     * @see java.util.List#add(Object)
     1.9       */
    1.10      public final boolean add(final Object period) {
    1.11          if (!(period instanceof Period)) {

mercurial