You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/06/01 19:32:01 UTC

svn commit: r410894 - /incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/objectstyle/cayenne/remote/RemoteIncrementalFaultList.java

Author: aadamchik
Date: Thu Jun  1 10:32:01 2006
New Revision: 410894

URL: http://svn.apache.org/viewvc?rev=410894&view=rev
Log:
fixing JavaDocs

Modified:
    incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/objectstyle/cayenne/remote/RemoteIncrementalFaultList.java

Modified: incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/objectstyle/cayenne/remote/RemoteIncrementalFaultList.java
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/objectstyle/cayenne/remote/RemoteIncrementalFaultList.java?rev=410894&r1=410893&r2=410894&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/objectstyle/cayenne/remote/RemoteIncrementalFaultList.java (original)
+++ incubator/cayenne/main/trunk/cayenne/cayenne-java/src/cayenne/java/org/objectstyle/cayenne/remote/RemoteIncrementalFaultList.java Thu Jun  1 10:32:01 2006
@@ -75,11 +75,10 @@
 
 /**
  * A list that serves as a container of Persistent objects. It is usually returned by an
- * ObjectContext when a paginated query is performed. During creation, only the first
- * "page" of objects is fully resolved; for the rest of the objects only their ObjectIds
- * are read. Pages following the first page are resolved on demand. When a list element is
- * accessed, the list would ensure that this element as well as all its siblings on the
- * same page are fully resolved.
+ * ObjectContext when a paginated query is performed. Initially only the first "page" of
+ * objects is fully resolved. Pages following the first page are resolved on demand. When
+ * a list element is accessed, the list would ensure that this element as well as all its
+ * siblings on the same page are fully resolved.
  * <p>
  * The list can hold DataRows or Persistent objects. Attempts to add any other object
  * types will result in an exception.