It looks good to me.
thanks,
Yong
On 2013/10/30 14:59, Michael Fang wrote:
Hello,
Please help to review the changes for the following CR:
https://bugs.openjdk.java.net/browse/JDK-6931564
The webrev is available here:
http://cr.openjdk.java.net/~mfang/6931564/
(Please ignore the part for 6192407 which shares the same regression
test program)
The diff is not very obvious from the webrev. There was an extra space
at the end of the line and the fix is just to remove the extra space.
% hg diff LocaleNames_sv.properties
diff -r dd0deeb04933
src/share/classes/sun/util/resources/sv/LocaleNames_sv.properties
---
a/src/share/classes/sun/util/resources/sv/LocaleNames_sv.properties
Mon Oct 14 22:09:15 2013 +0100
+++
b/src/share/classes/sun/util/resources/sv/LocaleNames_sv.properties
Tue Oct 29 23:16:53 2013 -0700
@@ -1106,7 +1106,7 @@ WS=Samoa
WS=Samoa
YE=Jemen
YT=Mayotte
-ZA=Sydafrika[space]
+ZA=Sydafrika
ZM=Zambia
ZW=Zimbabwe
thanks,
-michael