The java/text/Format subclasses (with the exception of ListFormat) do not override toString(). Implementing toString() will give better supportability to code printing these classes.
- csr for
-
JDK-8323088 Override toString() for Format subclasses
-
- Closed
-