mirror of https://github.com/apache/openjpa.git
PDeleted version check causing problems.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@449044 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7a74bedd70
commit
a9089d2688
|
@ -69,10 +69,6 @@ class PDeletedState
|
|||
return error("deleted", context);
|
||||
}
|
||||
|
||||
boolean isVersionCheckRequired(StateManagerImpl context) {
|
||||
return true;
|
||||
}
|
||||
|
||||
boolean isTransactional() {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue