Author: mpodolin
Date: 2010-04-06 05:35:49 -0400 (Tue, 06 Apr 2010)
New Revision: 2485
Modified:
portal/branches/EPP_5_0_Branch/component/resources/src/main/java/org/exoplatform/services/resources/IdentityResourceBundle.java
Log:
JBEPP-219: GTNPORTAL-638 ported to the branch
Modified:
portal/branches/EPP_5_0_Branch/component/resources/src/main/java/org/exoplatform/services/resources/IdentityResourceBundle.java
===================================================================
---
portal/branches/EPP_5_0_Branch/component/resources/src/main/java/org/exoplatform/services/resources/IdentityResourceBundle.java 2010-04-06
09:29:21 UTC (rev 2484)
+++
portal/branches/EPP_5_0_Branch/component/resources/src/main/java/org/exoplatform/services/resources/IdentityResourceBundle.java 2010-04-06
09:35:49 UTC (rev 2485)
@@ -55,4 +55,10 @@
{
return EMPTY_KEYS.elements();
}
+
+ @Override
+ public Locale getLocale()
+ {
+ return MAGIC_LOCALE;
+ }
}
Show replies by date