Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/util/package-use.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/util/package-use.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/util/package-use.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/util/package-use.html
index c81759d990..3913c14d2a 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/util/package-use.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/util/package-use.html
@@ -413,7 +413,7 @@
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/eclipse/emf/cdo/common/util/class-use/BlockingCloseableIterator.html#org.eclipse.emf.cdo.common.util">BlockingCloseableIterator</a>
-<div class="block">A closeable iterator that blocks on <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Iterator.html?is-external=true#hasNext--" title="class or interface in java.util"><code>Iterator.hasNext()</code></a> until the next element is available or the end of the
+<div class="block">A closeable iterator that blocks on <code>Iterator.hasNext()</code> until the next element is available or the end of the
iteration is reached.</div>
</td>
</tr>
@@ -543,7 +543,7 @@
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/eclipse/emf/cdo/common/util/class-use/BlockingCloseableIterator.html#org.eclipse.emf.cdo.spi.common">BlockingCloseableIterator</a>
-<div class="block">A closeable iterator that blocks on <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Iterator.html?is-external=true#hasNext--" title="class or interface in java.util"><code>Iterator.hasNext()</code></a> until the next element is available or the end of the
+<div class="block">A closeable iterator that blocks on <code>Iterator.hasNext()</code> until the next element is available or the end of the
iteration is reached.</div>
</td>
</tr>
@@ -555,7 +555,7 @@
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/eclipse/emf/cdo/common/util/class-use/CDOQueryQueue.html#org.eclipse.emf.cdo.spi.common">CDOQueryQueue</a>
-<div class="block">The <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Queue.html?is-external=true" title="class or interface in java.util"><code>queue</code></a> that represents the result of a CDOQuery.</div>
+<div class="block">The <code>queue</code> that represents the result of a CDOQuery.</div>
</td>
</tr>
</tbody>
@@ -650,7 +650,7 @@
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/eclipse/emf/cdo/common/util/class-use/BlockingCloseableIterator.html#org.eclipse.emf.cdo.spi.server">BlockingCloseableIterator</a>
-<div class="block">A closeable iterator that blocks on <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Iterator.html?is-external=true#hasNext--" title="class or interface in java.util"><code>Iterator.hasNext()</code></a> until the next element is available or the end of the
+<div class="block">A closeable iterator that blocks on <code>Iterator.hasNext()</code> until the next element is available or the end of the
iteration is reached.</div>
</td>
</tr>
@@ -662,7 +662,7 @@
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/eclipse/emf/cdo/common/util/class-use/CDOQueryQueue.html#org.eclipse.emf.cdo.spi.server">CDOQueryQueue</a>
-<div class="block">The <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Queue.html?is-external=true" title="class or interface in java.util"><code>queue</code></a> that represents the result of a CDOQuery.</div>
+<div class="block">The <code>queue</code> that represents the result of a CDOQuery.</div>
</td>
</tr>
<tr class="rowColor">
@@ -751,7 +751,7 @@
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../org/eclipse/emf/cdo/common/util/class-use/BlockingCloseableIterator.html#org.eclipse.emf.spi.cdo">BlockingCloseableIterator</a>
-<div class="block">A closeable iterator that blocks on <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Iterator.html?is-external=true#hasNext--" title="class or interface in java.util"><code>Iterator.hasNext()</code></a> until the next element is available or the end of the
+<div class="block">A closeable iterator that blocks on <code>Iterator.hasNext()</code> until the next element is available or the end of the
iteration is reached.</div>
</td>
</tr>

Back to the top