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/IStoreAccessor.QueryXRefsContext.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IStoreAccessor.QueryXRefsContext.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IStoreAccessor.QueryXRefsContext.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IStoreAccessor.QueryXRefsContext.html
index c23522114b..574177a15e 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IStoreAccessor.QueryXRefsContext.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IStoreAccessor.QueryXRefsContext.html
@@ -158,7 +158,7 @@ Interface IStoreAccessor.QueryXRefsContext</H2>
<TD><CODE><B><A HREF="../../../../../org/eclipse/emf/cdo/server/IStoreAccessor.QueryXRefsContext.html#getMaxResults()">getMaxResults</A></B>()</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the maximum number of results expected by the client or <A HREF="../../../../../org/eclipse/emf/cdo/common/util/CDOQueryInfo.html#UNLIMITED_RESULTS"><CODE>CDOQueryInfo.UNLIMITED_RESULTS</CODE></A> for no
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the maximum number of results expected by the client or <A HREF="../../../../../org/eclipse/emf/cdo/common/util/CDOQueryInfo.html#UNLIMITED_RESULTS"><CODE>CDOQueryInfo.UNLIMITED_RESULTS</CODE></A> for no
limitation.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -259,7 +259,7 @@ getMaxResults</H3>
<PRE>
int <B>getMaxResults</B>()</PRE>
<DL>
-<DD>Returns the maximum number of results expected by the client or <A HREF="../../../../../org/eclipse/emf/cdo/common/util/CDOQueryInfo.html#UNLIMITED_RESULTS"><CODE>CDOQueryInfo.UNLIMITED_RESULTS</CODE></A> for no
+<DD>Returns the maximum number of results expected by the client or <A HREF="../../../../../org/eclipse/emf/cdo/common/util/CDOQueryInfo.html#UNLIMITED_RESULTS"><CODE>CDOQueryInfo.UNLIMITED_RESULTS</CODE></A> for no
limitation.
<P>
<DD><DL>
@@ -286,7 +286,7 @@ boolean <B>addXRef</B>(<A HREF="../../../../../org/eclipse/emf/cdo/common/id/CDO
</DD>
<DD><DL>
-<DT><B>Returns:</B><DD><code>true</code> to indicate that more results can be passed subsequently, <code>false</code> otherwise
+<DT><B>Returns:</B><DD><code>true</code> to indicate that more results can be passed subsequently, <code>false</code> otherwise
(i.e. maxResults has been reached or an asynchronous query has been canceled).</DL>
</DD>
</DL>

Back to the top