mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-11-05 15:32:21 +00:00
Update remote-api/src/main/java/org/alfresco/rest/api/impl/NodesImpl.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -415,6 +415,7 @@ public class NodesImpl implements Nodes
|
||||
return validateNode(nodeRef);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<NodeRef> validateNodes(StoreRef storeRef, List<String> nodeIds)
|
||||
{
|
||||
List<NodeRef> nodeRefs = new ArrayList<>(nodeIds.size());
|
||||
|
||||
Reference in New Issue
Block a user