jdk/src/java.base/share/classes/java/time/OffsetTime.java
changeset 37880 60ec48925dc6
parent 34828 bc3eacb42ab1
child 38455 43fec67d51a3
--- a/jdk/src/java.base/share/classes/java/time/OffsetTime.java	Tue May 10 14:52:31 2016 +0200
+++ b/jdk/src/java.base/share/classes/java/time/OffsetTime.java	Tue May 10 17:16:55 2016 +0300
@@ -481,7 +481,7 @@
      * If the field is a {@link ChronoField} then the query is implemented here.
      * The {@link #isSupported(TemporalField) supported fields} will return valid
      * values based on this time, except {@code NANO_OF_DAY} and {@code MICRO_OF_DAY}
-     * which are too large to fit in an {@code int} and throw a {@code UnsupportedTemporalTypeException}.
+     * which are too large to fit in an {@code int} and throw an {@code UnsupportedTemporalTypeException}.
      * All other {@code ChronoField} instances will throw an {@code UnsupportedTemporalTypeException}.
      * <p>
      * If the field is not a {@code ChronoField}, then the result of this method