Hi all,
An instance of Locale is immutable. Therefore, you do not need clone().
For now, Locale.clone() calls super.clone() - but I do not think this is
actually necessary.
I think Locale.clone() should be just { return this; }.
What do you think? Any objections?
-Yoshito