OPENPA-957 - Correct > 80 columns build problem.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@762181 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Albert Lee 2009-04-05 22:56:16 +00:00
parent bb01292ce9
commit 983775de06
1 changed files with 2 additions and 2 deletions

View File

@ -350,8 +350,8 @@ public class DB2Dictionary
else
isolationLevel = conf.getTransactionIsolationConstant();
if (fetch != null
&& fetch.getReadLockLevel() >= MixedLockLevels.LOCK_PESSIMISTIC_WRITE)
if (fetch != null && fetch.getReadLockLevel() >=
MixedLockLevels.LOCK_PESSIMISTIC_WRITE)
isolationLevel = Connection.TRANSACTION_SERIALIZABLE;
if (isForUpdate) {