jdk/src/java.base/share/classes/java/time/Clock.java
changeset 34388 ab5f741f776a
parent 33848 80c992df5d92
child 34882 ce2a8ec851c1
--- a/jdk/src/java.base/share/classes/java/time/Clock.java	Wed Dec 02 15:22:50 2015 +0000
+++ b/jdk/src/java.base/share/classes/java/time/Clock.java	Wed Dec 02 10:24:54 2015 -0500
@@ -223,6 +223,7 @@
      *
      * @param zone  the time-zone to use to convert the instant to date-time, not null
      * @return a clock that ticks in whole milliseconds using the specified zone, not null
+     * @since 9
      */
     public static Clock tickMillis(ZoneId zone) {
         return new TickClock(system(zone), NANOS_PER_MILLI);