OpenJPA-1610: Updated documentation for new method name detachCopy.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.1.x@930378 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Ezzio 2010-04-02 20:40:53 +00:00
parent e6104b82b9
commit 9d23591ba8
1 changed files with 1 additions and 1 deletions

View File

@ -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>