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:
Richard G. Curtis 2013-03-19 17:58:51 +00:00
parent 3d5df48bbb
commit dd439b5ea9
1 changed files with 0 additions and 6 deletions

View File

@ -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;
}
}