8144349: @since tag missed

Reviewed-by: rriggs, scolebourne
This commit is contained in:
Nadeesh TV 2015-12-02 10:24:54 -05:00
parent 29582aaee4
commit 96842473fa
3 changed files with 3 additions and 0 deletions

View file

@ -354,6 +354,7 @@ public final class LocalTime
* @param instant the instant to create the time from, not null
* @param zone the time-zone, which may be an offset, not null
* @return the local time, not null
* @since 9
*/
public static LocalTime ofInstant(Instant instant, ZoneId zone) {
Objects.requireNonNull(instant, "instant");