Author: slessard
Date: Thu Mar 15 16:16:38 2007
New Revision: 518805

URL: http://svn.apache.org/viewvc?view=rev&rev=518805
Log:
Applied my patch for ADFFACES-412.

Modified:
    
incubator/adffaces/trunk/plugins/maven-i18n-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/i18n/uixtools/JSLocaleElementsGenerator.java

Modified: 
incubator/adffaces/trunk/plugins/maven-i18n-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/i18n/uixtools/JSLocaleElementsGenerator.java
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/trunk/plugins/maven-i18n-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/i18n/uixtools/JSLocaleElementsGenerator.java?view=diff&rev=518805&r1=518804&r2=518805
==============================================================================
--- 
incubator/adffaces/trunk/plugins/maven-i18n-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/i18n/uixtools/JSLocaleElementsGenerator.java
 (original)
+++ 
incubator/adffaces/trunk/plugins/maven-i18n-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/i18n/uixtools/JSLocaleElementsGenerator.java
 Thu Mar 15 16:16:38 2007
@@ -693,7 +693,7 @@
   // Array of DateFormatZoneData key names to retrieve.
   // Only keys from this list are used to generate locale information
   //
-  private static final String[] LOCALE_ELEMENTS_GET_KEYS = new String[]
+  private static final String[] LOCALE_ELEMENTS_GET_KEYS = 
   {
     "MonthNames",
     "MonthAbbreviations",
@@ -710,7 +710,7 @@
   // Array of DateFormatZoneData key names to retrieve.
   // Only keys from this list are used to generate locale information
   //
-  private static final String[] LOCALE_ELEMENTS_MAPPINGS = new String[]
+  private static final String[] LOCALE_ELEMENTS_MAPPINGS = 
   {
     "MonthNames", "getMonths",
     "MonthAbbreviations", "getShortMonths",
@@ -727,10 +727,7 @@
   // Array of LocaleElements key names to retrieve.
   // Only keys from this list are used to generate locale information
   //
-  private static final String[] DATE_FORMAT_ZONE_GET_KEYS= new String[]
-  {
-    // none currently
-  };
+  private static final String[] DATE_FORMAT_ZONE_GET_KEYS = {};
 
   // J2SE 1.3:
   // private static String _RESOURCES_PACKAGE = "java.text.resources";


Reply via email to