8151868: Typo in java.time.Instant until(Temporal endExclusive, TemporalUnit unit)

Reviewed-by: rriggs, lancea, scolebourne
This commit is contained in:
Abhijit Roy 2016-03-23 19:57:42 +05:30 committed by Roger Riggs
parent 5669c583c4
commit 9057c75425

View File

@ -1106,7 +1106,7 @@ public final class Instant
* complete units between the two instants.
* The {@code Temporal} passed to this method is converted to a
* {@code Instant} using {@link #from(TemporalAccessor)}.
* For example, the amount in days between two dates can be calculated
* For example, the amount in seconds between two dates can be calculated
* using {@code startInstant.until(endInstant, SECONDS)}.
* <p>
* There are two equivalent ways of using this method.