8216176: Clarify the singleton description in j.t.c.JapaneseEra class
authornaoto
Tue, 08 Jan 2019 10:05:42 -0800
changeset 53216 df97e2c0f9ae
parent 53215 299fe76c25c7
child 53217 0f9a83a93e52
8216176: Clarify the singleton description in j.t.c.JapaneseEra class Reviewed-by: rriggs
src/java.base/share/classes/java/time/chrono/JapaneseEra.java
--- a/src/java.base/share/classes/java/time/chrono/JapaneseEra.java	Tue Jan 08 16:31:27 2019 +0100
+++ b/src/java.base/share/classes/java/time/chrono/JapaneseEra.java	Tue Jan 08 10:05:42 2019 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -94,7 +94,7 @@
  * dates before Meiji 6, January 1 are not supported.
  * The number of the valid eras may increase, as new eras may be
  * defined by the Japanese government. Once an era is defined,
- * subsequent versions of this class will add a singleton instance
+ * future versions of the platform may add a singleton instance
  * for it. The defined era is expected to have a consecutive integer
  * associated with it.
  *