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/IQueryContext.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IQueryContext.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IQueryContext.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IQueryContext.html
index d25a7f0b91..33cb5c87a6 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IQueryContext.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/IQueryContext.html
@@ -154,7 +154,7 @@ extends <a href="../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchPoint
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/emf/cdo/server/IQueryContext.html#addResult-java.lang.Object-">addResult</a></span>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/eclipse/emf/cdo/server/IQueryContext.html#addResult-java.lang.Object-">addResult</a></span>(java.lang.Object&nbsp;object)</code>
<div class="block">Adds the given object to the results of the associated query.</div>
</td>
</tr>
@@ -216,7 +216,7 @@ extends <a href="../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchPoint
<ul class="blockListLast">
<li class="blockList">
<h4>addResult</h4>
-<pre>boolean&nbsp;addResult(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</pre>
+<pre>boolean&nbsp;addResult(java.lang.Object&nbsp;object)</pre>
<div class="block">Adds the given object to the results of the associated query.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>

Back to the top