[loc-en-dev] Locale.clone()

Yoshito Umaoka y.umaoka at gmail.com
Mon Aug 30 19:28:44 PDT 2010


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


More information about the locale-enhancement-dev mailing list