Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/CDOServerUtil.RepositoryReadAccessValidator.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/CDOServerUtil.RepositoryReadAccessValidator.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/CDOServerUtil.RepositoryReadAccessValidator.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/CDOServerUtil.RepositoryReadAccessValidator.html
index 1c185c499d..a2c5b79289 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/CDOServerUtil.RepositoryReadAccessValidator.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/CDOServerUtil.RepositoryReadAccessValidator.html
@@ -232,12 +232,12 @@ public void <B>handleRevisionsBeforeSending</B>(<A HREF="../../../../../org/ecli
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/eclipse/emf/cdo/server/IRepository.ReadAccessHandler.html#handleRevisionsBeforeSending(org.eclipse.emf.cdo.server.ISession, org.eclipse.emf.cdo.common.revision.CDORevision[], java.util.List)">handleRevisionsBeforeSending</A></CODE> in interface <CODE><A HREF="../../../../../org/eclipse/emf/cdo/server/IRepository.ReadAccessHandler.html" title="interface in org.eclipse.emf.cdo.server">IRepository.ReadAccessHandler</A></CODE></DL>
</DD>
<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>session</CODE> - The session that is going to send the revisions.<DD><CODE>revisions</CODE> - The revisions that are requested by the client. If the client must not see any of these revisions an
- unchecked exception must be thrown.<DD><CODE>additionalRevisions</CODE> - The additional revisions that are to be sent to the client because internal optimizers believe that they
- will be needed soon. If the client must not see any of these revisions they should be removed from the
+<DT><B>Parameters:</B><DD><CODE>session</CODE> - The session that is going to send the revisions.<DD><CODE>revisions</CODE> - The revisions that are requested by the client. If the client must not see any of these revisions an
+ unchecked exception must be thrown.<DD><CODE>additionalRevisions</CODE> - The additional revisions that are to be sent to the client because internal optimizers believe that they
+ will be needed soon. If the client must not see any of these revisions they should be removed from the
list.
<DT><B>Throws:</B>
-<DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</A></CODE> - to indicate that none of the revisions must be sent to the client. This exception will be visible at
+<DD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</A></CODE> - to indicate that none of the revisions must be sent to the client. This exception will be visible at
the client side!</DL>
</DD>
</DL>

Back to the top