mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8253153: Mentioning of "hour-of-minute" in java.time.temporal.TemporalField JavaDoc
Reviewed-by: joehw, lancea, rriggs
This commit is contained in:
parent
52c28b8692
commit
89044200cd
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2012, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -69,7 +69,7 @@ import java.util.Map;
|
|||
import java.util.Objects;
|
||||
|
||||
/**
|
||||
* A field of date-time, such as month-of-year or hour-of-minute.
|
||||
* A field of date-time, such as month-of-year or minute-of-hour.
|
||||
* <p>
|
||||
* Date and time is expressed using fields which partition the time-line into something
|
||||
* meaningful for humans. Implementations of this interface represent those fields.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue