Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOStaleReferencePolicy.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOStaleReferencePolicy.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOStaleReferencePolicy.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOStaleReferencePolicy.html
index f5d451d127..133c5df6c8 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOStaleReferencePolicy.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/view/CDOStaleReferencePolicy.html
@@ -186,8 +186,8 @@ PROXY</H3>
<PRE>
static final <A HREF="../../../../../org/eclipse/emf/cdo/view/CDOStaleReferencePolicy.html" title="interface in org.eclipse.emf.cdo.view">CDOStaleReferencePolicy</A> <B>PROXY</B></PRE>
<DL>
-<DD>Returns a proxy object with the appropriate EClass. The proxy object supports the <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/ecore/EObject.html?is-external=true#eClass()" title="class or interface in org.eclipse.emf.ecore"><CODE>eClass()</CODE></A> and <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/ecore/EObject.html?is-external=true#eIsProxy()" title="class or interface in org.eclipse.emf.ecore"><CODE>eIsProxy()</CODE></A> methods. For all invocations to other methods the proxy
- object throws an <A HREF="../../../../../org/eclipse/emf/cdo/util/ObjectNotFoundException.html" title="class in org.eclipse.emf.cdo.util"><CODE>ObjectNotFoundException</CODE></A>. The receiver can use <A HREF="../../../../../org/eclipse/emf/cdo/util/CDOUtil.html#isStaleObject(java.lang.Object)"><CODE>CDOUtil.isStaleObject(Object)</CODE></A> to
+<DD>Returns a proxy object with the appropriate EClass. The proxy object supports the <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/ecore/EObject.html?is-external=true#eClass()" title="class or interface in org.eclipse.emf.ecore"><CODE>eClass()</CODE></A> and <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/ecore/EObject.html?is-external=true#eIsProxy()" title="class or interface in org.eclipse.emf.ecore"><CODE>eIsProxy()</CODE></A> methods. For all invocations to other methods the proxy
+ object throws an <A HREF="../../../../../org/eclipse/emf/cdo/util/ObjectNotFoundException.html" title="class in org.eclipse.emf.cdo.util"><CODE>ObjectNotFoundException</CODE></A>. The receiver can use <A HREF="../../../../../org/eclipse/emf/cdo/util/CDOUtil.html#isStaleObject(java.lang.Object)"><CODE>CDOUtil.isStaleObject(Object)</CODE></A> to
detect proxy objects.
<P>
<DL>
@@ -212,7 +212,7 @@ processStaleReference</H3>
int&nbsp;index,
<A HREF="../../../../../org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id">CDOID</A>&nbsp;target)</PRE>
<DL>
-<DD>Returns an object that we want to return to the caller (clients). Exception thrown will be received by the caller
+<DD>Returns an object that we want to return to the caller (clients). Exception thrown will be received by the caller
(clients).
<P>
<DD><DL>

Back to the top