8222668: Add @since tag to JapaneseEra.REIWA
authornaoto
Thu, 18 Apr 2019 17:36:10 -0700
changeset 54580 79e95d8dd85d
parent 54579 270557b396eb
child 54581 5c456dd47ff1
child 57332 4649818834e0
8222668: Add @since tag to JapaneseEra.REIWA Reviewed-by: chegar, lancea
src/java.base/share/classes/java/time/chrono/JapaneseEra.java
--- a/src/java.base/share/classes/java/time/chrono/JapaneseEra.java	Thu Apr 18 17:56:46 2019 +0100
+++ b/src/java.base/share/classes/java/time/chrono/JapaneseEra.java	Thu Apr 18 17:36:10 2019 -0700
@@ -154,6 +154,8 @@
      * The singleton instance for the 'Reiwa' era (2019-05-01 - )
      * which has the value 3. The end date of this era is not specified, unless
      * the Japanese Government defines it.
+     *
+     * @since 13
      */
     public static final JapaneseEra REIWA = new JapaneseEra(3, LocalDate.of(2019, 5, 1));