# HG changeset patch # User martin # Date 1517603698 28800 # Node ID 59bba47f435e4aabdeaf2224a34e7bb0b5b0f926 # Parent cdd3239a2a6104f4f76a05d9d5217d3677ea95b2 8196609: Improve javadoc for java.time.Instant.getEpochSecond Reviewed-by: dfuchs diff -r cdd3239a2a61 -r 59bba47f435e src/java.base/share/classes/java/time/Instant.java --- a/src/java.base/share/classes/java/time/Instant.java Fri Feb 02 13:44:26 2018 -0800 +++ b/src/java.base/share/classes/java/time/Instant.java Fri Feb 02 12:34:58 2018 -0800 @@ -610,7 +610,7 @@ *

* The epoch second count is a simple incrementing count of seconds where * second 0 is 1970-01-01T00:00:00Z. - * The nanosecond part of the day is returned by {@link #getNano}. + * The nanosecond part is returned by {@link #getNano}. * * @return the seconds from the epoch of 1970-01-01T00:00:00Z */