Parent Directory
|
Revision Log
|
Patch
revision 141 by alfonx, Sun Jun 14 17:24:44 2009 UTC | revision 142 by alfonx, Mon Jun 15 12:09:05 2009 UTC | |
---|---|---|
# | Line 47 public class I8NUtil { | Line 47 public class I8NUtil { |
47 | if (l.getLanguage().equals(code.toLowerCase())) { | if (l.getLanguage().equals(code.toLowerCase())) { |
48 | return l; | return l; |
49 | } | } |
50 | LOGGER.debug(l.getLanguage() + " not = " + code); | // LOGGER.debug(l.getLanguage() + " not = " + code); |
51 | } | } |
52 | ||
53 | LOGGER.error("Can't create a Locale for code " + code | LOGGER.error("Can't create a Locale for code " + code |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |