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:
Alan Davis
2016-09-06 20:29:23 +00:00
parent a87495f12a
commit b116553f31

View File

@@ -185,15 +185,6 @@ public class NodesEntityResource implements
@WebApiDescription(title = "Unlock Node", @WebApiDescription(title = "Unlock Node",
description="Removes a lock on a node.", description="Removes a lock on a node.",
successStatus = HttpServletResponse.SC_OK) 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.",
successStatus = HttpServletResponse.SC_OK)
public Node unlock(String nodeId, Void ignore, Parameters parameters, WithResponse withResponse) public Node unlock(String nodeId, Void ignore, Parameters parameters, WithResponse withResponse)
{ {
return nodes.unlock(nodeId, parameters); return nodes.unlock(nodeId, parameters);