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:
Jared Ottley
2025-11-02 22:21:24 -07:00
committed by GitHub
parent fe3b26552d
commit e9a01e2ca0

View File

@@ -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());