<i18n dev> [12] RFR 8208560: ChoiceFormat class has unused constants needs cleanup

Nishit Jain nishit.jain at oracle.com
Tue Jul 31 11:27:40 UTC 2018


Hi,

Please review this cleanup fix for 8208560

Bug: https://bugs.openjdk.java.net/browse/JDK-8208560
Webrev: http://cr.openjdk.java.net/~nishjain/8208560/webrev.00/

Cause and Fix: Changes made for JDK-8021322 has left some unused static 
fields, not sure why these fields have package private access, but they 
are not getting used elsewhere in the package. Removed them from 
ChoiceFormat class.

Regards,
Nishit Jain


More information about the i18n-dev mailing list