Clean demo directory layout
This commit is contained in:
parent
b3923bd2fb
commit
7c044adb1f
61 changed files with 2334 additions and 252 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue