mirror of https://github.com/apache/openjpa.git
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:
parent
237c092ebb
commit
352d799756
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue