--- old/src/java.base/share/classes/java/time/Duration.java 2017-03-14 20:21:05.703877453 -0700 +++ new/src/java.base/share/classes/java/time/Duration.java 2017-03-14 20:21:05.457877450 -0700 @@ -1370,6 +1370,7 @@ * @return a {@code Duration} based on this duration with the time truncated, not null * @throws DateTimeException if the unit is invalid for truncation * @throws UnsupportedTemporalTypeException if the unit is not supported + * @since 9 */ public Duration truncatedTo(TemporalUnit unit) { Objects.requireNonNull(unit, "unit");