RFR 9: 8169527 : Typo in getCalendarType() method of Chronology class (original) (raw)
Ivan Gerasimov ivan.gerasimov at oracle.com
Tue Nov 29 19:02:18 UTC 2016
- Previous message: RFR 9: 8169527 : Typo in getCalendarType() method of Chronology class
- Next message: RFR 9: 8169527 : Typo in getCalendarType() method of Chronology class
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Roger!
Looks good!
My grep found a few similar typos nearby:
./ZoneOffset.java: * @throws DateTimeException if unable to convert to an {@code ZoneOffset} ./ZonedDateTime.java: * @throws DateTimeException if unable to convert to *an *{@code ZonedDateTime} ./temporal/TemporalQueries.java: * It will not be returned if the date-time only conceptually has *an *{@code ZoneOffset}. ./chrono/ChronoLocalDateTimeImpl.java: * "2nd October 2007 at 13:45.30.123456789" can be stored in *an *{@code ChronoLocalDateTime}. ./Instant.java: * This returns *an *{@code ZonedDateTime} formed from this instant at the
Maybe worth including it in the same fix.
With kind regards, Ivan
On 29.11.2016 21:31, Roger Riggs wrote:
Please review editorial javadoc corrections in java.time.chrono.Chronology.
Webrev: http://cr.openjdk.java.net/~rriggs/webrev-typo-8169527/ Issue: https://bugs.openjdk.java.net/browse/JDK-8169527 Thanks, Roger
- Previous message: RFR 9: 8169527 : Typo in getCalendarType() method of Chronology class
- Next message: RFR 9: 8169527 : Typo in getCalendarType() method of Chronology class
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]