Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IClassMappingAuditSupport.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IClassMappingAuditSupport.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IClassMappingAuditSupport.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IClassMappingAuditSupport.html
index 2abee962a7..55a569b79b 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IClassMappingAuditSupport.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IClassMappingAuditSupport.html
@@ -150,14 +150,14 @@ boolean <B>readRevisionByVersion</B>(<A HREF="../../../../../../../org/eclipse/e
<A HREF="../../../../../../../org/eclipse/emf/cdo/spi/common/revision/InternalCDORevision.html" title="interface in org.eclipse.emf.cdo.spi.common.revision">InternalCDORevision</A>&nbsp;revision,
int&nbsp;listChunk)</PRE>
<DL>
-<DD>Read a specific version of a revision. If this method returns <code>true</code> it is guaranteed that
+<DD>Read a specific version of a revision. If this method returns <code>true</code> it is guaranteed that
<code>revision.getVersion() == version</code>
<P>
<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>storeAccessor</CODE> - the accessor to use.<DD><CODE>revision</CODE> - the revision object into which the data should be read. The revision has to be have its ID set to the
- requested object's ID. The version is ignored, as the version parameter is used to determine the version
+<DT><B>Parameters:</B><DD><CODE>storeAccessor</CODE> - the accessor to use.<DD><CODE>revision</CODE> - the revision object into which the data should be read. The revision has to be have its ID set to the
+ requested object's ID. The version is ignored, as the version parameter is used to determine the version
to be read.<DD><CODE>listChunk</CODE> - the chunk size to read attribute lists.
-<DT><B>Returns:</B><DD><code>true</code>, if the revision has been found and read correctly. <code>false</code> if the revision
+<DT><B>Returns:</B><DD><code>true</code>, if the revision has been found and read correctly. <code>false</code> if the revision
could not be found. In this case, the content of <code>revision</code> is undefined.<DT><B>Since:</B></DT>
<DD>3.0</DD>
</DL>

Back to the top