mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8222668: Add @since tag to JapaneseEra.REIWA
Reviewed-by: chegar, lancea
This commit is contained in:
parent
853da81cfe
commit
395f3ef0c1
1 changed files with 2 additions and 0 deletions
|
@ -154,6 +154,8 @@ public final class JapaneseEra
|
|||
* 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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue