Skip to content

Commit

Permalink
8253153: Mentioning of "hour-of-minute" in java.time.temporal.Tempora…
Browse files Browse the repository at this point in the history
…lField JavaDoc

Reviewed-by: joehw, lancea, rriggs
  • Loading branch information
naotoj committed Sep 18, 2020
1 parent 52c28b8 commit 8904420
Showing 1 changed file 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
Expand Down Expand Up @@ -69,7 +69,7 @@
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.
Expand Down

1 comment on commit 8904420

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 8904420 Sep 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.