8253153: Mentioning of "hour-of-minute" in java.time.temporal.TemporalField JavaDoc

Reviewed-by: joehw, lancea, rriggs
This commit is contained in:
Naoto Sato 2020-09-18 15:40:37 +00:00
parent 52c28b8692
commit 89044200cd

View file

@ -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.