OPENJPA-891 - remove unneeded code. Code review changes per Pinaki's comment.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@752193 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Albert Lee 2009-03-10 17:58:08 +00:00
parent ab9d17f12e
commit dfe19d2f4f
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ public class SQLExceptions {
OpenJPAConfiguration config, SQLException se, DBDictionary dict,
int level) {
OpenJPAException storeEx = SQLExceptions.getStore(se, dict);
String lm = config.getLockManager();
if (storeEx.getSubtype() == StoreException.LOCK) {
LockException lockEx = (LockException) storeEx;
lockEx.setLockLevel(level);