mirror of https://github.com/apache/openjpa.git
OPENJPA-2353: Remove debug from previous commit.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1458436 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3d5df48bbb
commit
dd439b5ea9
|
@ -5250,13 +5250,7 @@ public class BrokerImpl implements Broker, FindCallbacks, Cloneable, Serializabl
|
|||
|
||||
private boolean operatingAdd(Object o){
|
||||
_operatingDirty = true;
|
||||
try {
|
||||
return _operating.add(o);
|
||||
}catch(NullPointerException npe){
|
||||
System.out.print(false);
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue