This commit is contained in:
Alessandro Pieve 2016-11-30 11:43:12 +00:00
parent 1ec3508771
commit e0189a09cc
1 changed files with 0 additions and 3 deletions

View File

@ -19,10 +19,7 @@ public class ConfigurationGetPropertyValues {
if (inputStream != null) {
prop=new Properties();
prop.load(inputStream);
} else {
logger.trace("property file not Found"+propFileName);
}
}catch (Exception e) {
logger.trace("property file error on input stream"+e.getLocalizedMessage());
}