# HG changeset patch # User naoto # Date 1542224560 28800 # Node ID f5011100c920654980e671133a3cc3482189fed3 # Parent f642ede2eb07ef4f4e660a0f264b9a023722b337 8213818: @return has already been specified Reviewed-by: rriggs diff -r f642ede2eb07 -r f5011100c920 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