You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by de...@apache.org on 2010/04/02 22:40:53 UTC

svn commit: r930378 - /openjpa/branches/1.1.x/openjpa-project/src/doc/manual/ref_guide_remote.xml

Author: dezzio
Date: Fri Apr  2 20:40:53 2010
New Revision: 930378

URL: http://svn.apache.org/viewvc?rev=930378&view=rev
Log:
OpenJPA-1610: Updated documentation for new method name detachCopy.

Modified:
    openjpa/branches/1.1.x/openjpa-project/src/doc/manual/ref_guide_remote.xml

Modified: openjpa/branches/1.1.x/openjpa-project/src/doc/manual/ref_guide_remote.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.1.x/openjpa-project/src/doc/manual/ref_guide_remote.xml?rev=930378&r1=930377&r2=930378&view=diff
==============================================================================
--- openjpa/branches/1.1.x/openjpa-project/src/doc/manual/ref_guide_remote.xml (original)
+++ openjpa/branches/1.1.x/openjpa-project/src/doc/manual/ref_guide_remote.xml Fri Apr  2 20:40:53 2010
@@ -97,7 +97,7 @@ The extended
 explicitly detach objects at any time.
             </para>
 <programlisting>
-public Object detach(Object pc):
+public Object detachCopy(Object pc):
 public Object[] detachAll(Object... pcs):
 public Collection detachAll(Collection pcs):
 </programlisting>