Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8216448 | 13 | Naoto Sato | P2 | Resolved | Fixed | b03 |
JDK-8217058 | 12.0.1 | Naoto Sato | P2 | Resolved | Fixed | b03 |
In the class description of JapaneseEra class, there is a description about the public singleton of the class. In there, "subsequent versions of this class" is ambiguous as to whether it refers to the later platform releases or update releases which are already released. The following diff can clarify the ambiguity:
---
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.
---
---
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.
---
- backported by
-
JDK-8216448 Clarify the singleton description in j.t.c.JapaneseEra class
-
- Resolved
-
-
JDK-8217058 Clarify the singleton description in j.t.c.JapaneseEra class
-
- Resolved
-
- csr for
-
JDK-8216177 Clarify the singleton description in j.t.c.JapaneseEra class
-
- Closed
-
- relates to
-
JDK-8212941 Support new Japanese era in java.time.chrono.JapaneseEra
-
- Resolved
-