OPENJPA-680 - Format changes to standard 80 columns and spacing conventions.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@684037 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Albert Lee 2008-08-08 18:32:01 +00:00
parent 237c092ebb
commit 352d799756
1 changed files with 2 additions and 1 deletions

View File

@ -362,7 +362,8 @@ public class StateManagerImpl
*/
protected boolean load(FetchConfiguration fetch, int loadMode,
BitSet exclude, Object sdata, boolean forWrite) {
if (!forWrite && (!isPersistent() || (isNew() && !isFlushed()) || isDeleted()))
if (!forWrite
&& (!isPersistent() || (isNew() && !isFlushed()) || isDeleted()))
return false;
// if any fields being loaded, do state transitions for read