8196609: Improve javadoc for java.time.Instant.getEpochSecond
authormartin
Fri, 02 Feb 2018 12:34:58 -0800
changeset 48739 59bba47f435e
parent 48738 cdd3239a2a61
child 48740 7d5826282e8d
8196609: Improve javadoc for java.time.Instant.getEpochSecond Reviewed-by: dfuchs
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 @@
      * <p>
      * 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
      */