mirror of https://github.com/apache/openjpa.git
removed debugging code
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@477270 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ab148526d3
commit
32ced33fd5
|
@ -424,12 +424,10 @@ public class ConfigurationImpl
|
||||||
try {
|
try {
|
||||||
_pds[i] = getPropertyDescriptor(val);
|
_pds[i] = getPropertyDescriptor(val);
|
||||||
} catch (MissingResourceException mre) {
|
} catch (MissingResourceException mre) {
|
||||||
mre.printStackTrace();
|
|
||||||
if (failures == null)
|
if (failures == null)
|
||||||
failures = new ArrayList();
|
failures = new ArrayList();
|
||||||
failures.add(val.getProperty());
|
failures.add(val.getProperty());
|
||||||
} catch (IntrospectionException ie) {
|
} catch (IntrospectionException ie) {
|
||||||
ie.printStackTrace();
|
|
||||||
if (failures == null)
|
if (failures == null)
|
||||||
failures = new ArrayList();
|
failures = new ArrayList();
|
||||||
failures.add(val.getProperty());
|
failures.add(val.getProperty());
|
||||||
|
|
Loading…
Reference in New Issue