8213818: @return has already been specified
authornaoto
Wed, 14 Nov 2018 11:42:40 -0800
changeset 52560 f5011100c920
parent 52559 f642ede2eb07
child 52561 40098289d580
8213818: @return has already been specified Reviewed-by: rriggs
src/java.base/share/classes/java/time/chrono/IsoChronology.java
--- a/src/java.base/share/classes/java/time/chrono/IsoChronology.java	Wed Nov 14 18:57:47 2018 +0100
+++ b/src/java.base/share/classes/java/time/chrono/IsoChronology.java	Wed Nov 14 11:42:40 2018 -0800
@@ -669,7 +669,6 @@
      * @param years  the number of years, may be negative
      * @param months  the number of years, may be negative
      * @param days  the number of years, may be negative
-     * @return the period in terms of this chronology, not null
      * @return the ISO period, not null
      */
     @Override  // override with covariant return type