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:
A. Abram White 2006-09-22 18:37:11 +00:00
parent 7a74bedd70
commit a9089d2688
1 changed files with 0 additions and 4 deletions

View File

@ -69,10 +69,6 @@ class PDeletedState
return error("deleted", context);
}
boolean isVersionCheckRequired(StateManagerImpl context) {
return true;
}
boolean isTransactional() {
return true;
}