Re: [8] Request for Review: 8013903: Japanese calendar field names are not displayed with -Djava.locale.providers=HOST on Windows

2013-06-03 Thread Masayoshi Okutsu
I'd suggest use of Collections.singleton(T o) for FallbackLocaleProviderAdapter.rootTagSet. Otherwise, the changes look good to me. Thanks, Masayoshi On 6/1/2013 8:58 AM, Naoto Sato wrote: Hello, I updated the fix according to an internal comment, which added a paragraph in java.util.spi.Lo

Re: [8] Request for Review: 8013903: Japanese calendar field names are not displayed with -Djava.locale.providers=HOST on Windows

2013-06-03 Thread Naoto Sato
Thanks. I should have known. Here is the revised webrev: http://cr.openjdk.java.net/~naoto/8013903/webrev.02/ Naoto On 6/3/13 1:56 AM, Masayoshi Okutsu wrote: I'd suggest use of Collections.singleton(T o) for FallbackLocaleProviderAdapter.rootTagSet. Otherwise, the changes look good to me. Th

Re: [8] Request for Review: 8013903: Japanese calendar field names are not displayed with -Djava.locale.providers=HOST on Windows

2013-06-03 Thread Masayoshi Okutsu
Looks good to me. Masayoshi On 6/4/2013 6:28 AM, Naoto Sato wrote: Thanks. I should have known. Here is the revised webrev: http://cr.openjdk.java.net/~naoto/8013903/webrev.02/ Naoto On 6/3/13 1:56 AM, Masayoshi Okutsu wrote: I'd suggest use of Collections.singleton(T o) for FallbackLocaleP

Review Request - 7040556 : SimpleDateFormat.format Portuguese Month should not be capitalized

2013-06-03 Thread Yong Huang
Hello, This is the review request for http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7040556 Webrev: http://cr.openjdk.java.net/~yhuang/7040556/webrev.00/ thanks, Yong