mirror of https://github.com/apache/openjpa.git
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:
parent
ab9d17f12e
commit
dfe19d2f4f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue