/[schmitzm]/trunk/src/skrueger/i8n/I8NUtil.java
ViewVC logotype

Diff of /trunk/src/skrueger/i8n/I8NUtil.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1150 by alfonx, Mon Oct 18 12:28:24 2010 UTC revision 1152 by alfonx, Mon Oct 18 15:11:35 2010 UTC
# Line 133  public class I8NUtil { Line 133  public class I8NUtil {
133                          return locales.get(0);                          return locales.get(0);
134    
135                  Locale l = new Locale(code);                  Locale l = new Locale(code);
136                  LOGGER.error("Can't find Locale for code " + code  //              LOGGER.error("Can't find Locale for code " + code
137                                  + "! Returning a selfmade locale");  //                              + "! Returning a selfmade locale");
138                  return l;                  return l;
139    
140                  // return Locale.getDefault();                  // return Locale.getDefault();

Legend:
Removed from v.1150  
changed lines
  Added in v.1152

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26