2
0
Fork 0

Clean demo directory layout

This commit is contained in:
Willem Cazander 2012-05-13 17:25:50 +02:00
parent b3923bd2fb
commit 7c044adb1f
61 changed files with 2334 additions and 252 deletions

View file

@ -109,7 +109,7 @@ public class BundleConfigParser {
String value = properties.getProperty(key);
result.put(key,value);
}
logger.info("Loaded "+bundle.getName()+" with total keys: "+result.size());
logger.fine("Loaded "+bundle.getName()+" with total keys: "+result.size());
return result;
}