mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8144349: @since tag missed
Reviewed-by: rriggs, scolebourne
This commit is contained in:
parent
29582aaee4
commit
96842473fa
3 changed files with 3 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue