jdk/src/share/classes/java/time/temporal/TemporalUnit.java
changeset 24256 da9a41004459
parent 20520 0952771e3e25
--- a/jdk/src/share/classes/java/time/temporal/TemporalUnit.java	Mon May 05 09:52:24 2014 -0700
+++ b/jdk/src/share/classes/java/time/temporal/TemporalUnit.java	Thu Mar 06 16:51:30 2014 +0000
@@ -221,7 +221,7 @@
      * @param temporal  the temporal object to adjust, not null
      * @param amount  the amount of this unit to add, positive or negative
      * @return the adjusted temporal object, not null
-     * @throws DateTimeException if the period cannot be added
+     * @throws DateTimeException if the amount cannot be added
      * @throws UnsupportedTemporalTypeException if the unit is not supported by the temporal
      */
     <R extends Temporal> R addTo(R temporal, long amount);