mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Fix compile error in build after merge to 5.2.N
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@130316 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -181,15 +181,6 @@ public class NodesEntityResource implements
|
||||
return nodes.lock(nodeId, lockInfo, parameters);
|
||||
}
|
||||
|
||||
@Operation("unlock")
|
||||
@WebApiDescription(title = "Unlock Node",
|
||||
description="Removes a lock on a node.",
|
||||
successStatus = HttpServletResponse.SC_OK)
|
||||
public Node unlock(String nodeId, UnlockInfo unlockInfo, Parameters parameters, WithResponse withResponse)
|
||||
{
|
||||
return nodes.unlock(nodeId, unlockInfo, parameters);
|
||||
}
|
||||
|
||||
@Operation("unlock")
|
||||
@WebApiDescription(title = "Unlock Node",
|
||||
description="Removes a lock on a node.",
|
||||
|
Reference in New Issue
Block a user