Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/CDOUpdatable.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/CDOUpdatable.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/CDOUpdatable.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/CDOUpdatable.html
index 8448a987dd..670eb309f9 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/CDOUpdatable.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/util/CDOUpdatable.html
@@ -165,7 +165,7 @@ Interface CDOUpdatable</H2>
long&nbsp;timeoutMillis)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Blocks the calling thread until a commit operation with the given time stamp (or higher) has occured or the given
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Blocks the calling thread until a commit operation with the given time stamp (or higher) has occured or the given
timeout has expired.</TD>
</TR>
</TABLE>
@@ -206,7 +206,7 @@ getLastUpdateTime</H3>
<PRE>
long <B>getLastUpdateTime</B>()</PRE>
<DL>
-<DD>Returns the time stamp of the last commit operation. May not be accurate if
+<DD>Returns the time stamp of the last commit operation. May not be accurate if
<A HREF="../../../../../org/eclipse/emf/cdo/common/CDOCommonSession.Options.html#isPassiveUpdateEnabled()"><CODE>passive updates</CODE></A> are disabled.
<P>
<DD><DL>
@@ -234,12 +234,12 @@ waitForUpdate</H3>
boolean <B>waitForUpdate</B>(long&nbsp;updateTime,
long&nbsp;timeoutMillis)</PRE>
<DL>
-<DD>Blocks the calling thread until a commit operation with the given time stamp (or higher) has occured or the given
+<DD>Blocks the calling thread until a commit operation with the given time stamp (or higher) has occured or the given
timeout has expired.
<P>
<DD><DL>
-<DT><B>Returns:</B><DD><code>true</code> if the specified commit operation has occured within the given timeout period,
+<DT><B>Returns:</B><DD><code>true</code> if the specified commit operation has occured within the given timeout period,
<code>false</code> otherwise.</DL>
</DD>
</DL>

Back to the top