Removed old @see tags

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5555 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2007-04-26 08:15:58 +00:00
parent d3aae2a9b7
commit 5fd6d0c609

View File

@@ -213,9 +213,6 @@ public class CopyServiceImpl implements CopyService
new JavaBehaviour(this, "onCopyComplete"));
}
/**
* @see com.activiti.repo.node.copy.NodeCopyService#copy(com.activiti.repo.ref.NodeRef, com.activiti.repo.ref.NodeRef, com.activiti.repo.ref.QName, QName, boolean)
*/
public NodeRef copy(
NodeRef sourceNodeRef,
NodeRef destinationParentRef,
@@ -864,8 +861,6 @@ public class CopyServiceImpl implements CopyService
/**
* Defer to the standard implementation with copyChildren set to false
*
* @see com.activiti.repo.node.copy.NodeCopyService#copy(com.activiti.repo.ref.NodeRef, com.activiti.repo.ref.NodeRef, com.activiti.repo.ref.QName)
*/
public NodeRef copy(
NodeRef sourceNodeRef,
@@ -881,9 +876,6 @@ public class CopyServiceImpl implements CopyService
false);
}
/**
* @see com.activiti.repo.node.copy.NodeCopyService#copy(com.activiti.repo.ref.NodeRef, com.activiti.repo.ref.NodeRef)
*/
public void copy(
NodeRef sourceNodeRef,
NodeRef destinationNodeRef)