mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user