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:
A. Abram White 2007-01-05 00:00:36 +00:00
parent 61c87ac3a1
commit 64fe22b628
1 changed files with 0 additions and 3 deletions

View File

@ -1064,9 +1064,6 @@ public class StateManagerImpl
// optimization; this method public b/c used by remote package
// 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()))
return false;