On Friday, January 31, 2003, at 07:51  PM, Noel J. Bergman wrote:
I agree with Peter that it would be counter-intuitive for

re = ResourceManager.getResources( X.class, Locale.en )

to return anything other than English resources, just because someone else
called

rd = ResourceManager.getResources( X.class, Locale.de );

first. That just seems broken to me.
I agree too. That is non-intuitive behavior.
-pete


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to