Skip to content

Commit 8904420

Browse files
committedSep 18, 2020
8253153: Mentioning of "hour-of-minute" in java.time.temporal.TemporalField JavaDoc
Reviewed-by: joehw, lancea, rriggs
1 parent 52c28b8 commit 8904420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/java.base/share/classes/java/time/temporal/TemporalField.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2012, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -69,7 +69,7 @@
6969
import java.util.Objects;
7070

7171
/**
72-
* A field of date-time, such as month-of-year or hour-of-minute.
72+
* A field of date-time, such as month-of-year or minute-of-hour.
7373
* <p>
7474
* Date and time is expressed using fields which partition the time-line into something
7575
* meaningful for humans. Implementations of this interface represent those fields.

0 commit comments

Comments
 (0)
Please sign in to comment.