JDK-8216176 : Clarify the singleton description in j.t.c.JapaneseEra class
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.time
  • Affected Version: 12
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2019-01-04
  • Updated: 2019-01-15
  • Resolved: 2019-01-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 12 JDK 13
12 b27Fixed 13Fixed
Related Reports
CSR :  
Relates :  
Description
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.
---
Comments
This is a follow on for JDK-8212941
04-01-2019