mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-10 14:11:58 +00:00
Added fix for MNT-22293
This commit is contained in:
@@ -1234,7 +1234,6 @@ public class NodeDAOImpl extends AbstractNodeDAOImpl
|
||||
private void handleResults(List<ChildAssocEntity> list)
|
||||
{
|
||||
final Set<Long> nodeIds = new HashSet<Long>(97);
|
||||
|
||||
for (ChildAssocEntity assoc : list)
|
||||
{
|
||||
Pair<Long, ChildAssociationRef> childAssocPair = assoc.getPair(qnameDAO);
|
||||
|
Reference in New Issue
Block a user