RFR: 8152926: PropertyResourceBundle constructor don't understand the System.setProperty change

2016-10-21 Thread Masayoshi Okutsu
Hi, Please review the fix for JDK-8152926. This is a doc fix to clarify initialization of the encoding information with the java.util.PropertyResourceBundle.encoding property. Issue: https://bugs.openjdk.java.net/browse/JDK-8152926 Webrev: http://cr.openjdk.java.net/~okutsu/9/8152926/webrev.

Re: RFR: 8152926: PropertyResourceBundle constructor don't understand the System.setProperty change

2016-10-21 Thread Naoto Sato
Looks good. Naoto On 10/21/16 12:43 AM, Masayoshi Okutsu wrote: Hi, Please review the fix for JDK-8152926. This is a doc fix to clarify initialization of the encoding information with the java.util.PropertyResourceBundle.encoding property. Issue: https://bugs.openjdk.java.net/browse/JDK-81529