[Schmitzm-commits] r288 - trunk/src/schmitzm/lang
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Aug 3 16:03:53 CEST 2009
Author: alfonx
Date: 2009-08-03 16:03:52 +0200 (Mon, 03 Aug 2009)
New Revision: 288
Modified:
trunk/src/schmitzm/lang/ResourceProvider.java
Log:
* GP-Feature-Charts: Wizard a bit smarter.
Modified: trunk/src/schmitzm/lang/ResourceProvider.java
===================================================================
--- trunk/src/schmitzm/lang/ResourceProvider.java 2009-08-03 13:09:28 UTC (rev 287)
+++ trunk/src/schmitzm/lang/ResourceProvider.java 2009-08-03 14:03:52 UTC (rev 288)
@@ -319,7 +319,7 @@
if (requestedLocale == null) {
requestedLocale = Locale.getDefault();
}
- LOGGER.debug("Requested locale = "+requestedLocale.getLanguage());
+// LOGGER.debug("Requested locale = "+requestedLocale.getLanguage());
// Wenn gesetzt, dann das alternative Bundle (mit Key-Prefix)
@@ -335,7 +335,7 @@
try {
// Ressource im gesetzten Bundle suchen
final ResourceBundle pBundle = ResourceBundle.getBundle(primaryBundle, requestedLocale);
-// LOGGER.debug("ANd the result is ="+pBundle.getLocale());
+// LOGGER.debug("And the result is ="+pBundle.getLocale());
return pBundle.getObject(prefix+key);
} catch (final MissingResourceException err) {
// Ressource im Standard-Bundle suchen
More information about the Schmitzm-commits
mailing list