jdk/src/share/classes/java/time/temporal/TemporalAccessor.java
changeset 24256 da9a41004459
parent 22654 da81e0be094a
--- a/jdk/src/share/classes/java/time/temporal/TemporalAccessor.java	Mon May 05 09:52:24 2014 -0700
+++ b/jdk/src/share/classes/java/time/temporal/TemporalAccessor.java	Thu Mar 06 16:51:30 2014 +0000
@@ -180,7 +180,7 @@
     /**
      * Gets the value of the specified field as an {@code int}.
      * <p>
-     * This queries the date-time for the value for the specified field.
+     * This queries the date-time for the value of the specified field.
      * The returned value will always be within the valid range of values for the field.
      * If the date-time cannot return the value, because the field is unsupported or for
      * some other reason, an exception will be thrown.
@@ -229,7 +229,7 @@
     /**
      * Gets the value of the specified field as a {@code long}.
      * <p>
-     * This queries the date-time for the value for the specified field.
+     * This queries the date-time for the value of the specified field.
      * The returned value may be outside the valid range of values for the field.
      * If the date-time cannot return the value, because the field is unsupported or for
      * some other reason, an exception will be thrown.