git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-publishing/document-store-lib@135107 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
1ec3508771
commit
e0189a09cc
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue