mirror of https://github.com/apache/openjpa.git
Remove some incomplete comments.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@492821 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
61c87ac3a1
commit
64fe22b628
|
@ -1064,9 +1064,6 @@ public class StateManagerImpl
|
||||||
// optimization; this method public b/c used by remote package
|
// optimization; this method public b/c used by remote package
|
||||||
|
|
||||||
// nothing to do for non persistent or new unflushed instances
|
// nothing to do for non persistent or new unflushed instances
|
||||||
// (we allow new flushed instances to pass through in case of
|
|
||||||
// uncommitted read, and because it allows ordered fields to be re-read
|
|
||||||
// and therefore re-ordered from the store)
|
|
||||||
if (!isPersistent() || (isNew() && !isFlushed()))
|
if (!isPersistent() || (isNew() && !isFlushed()))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue