mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +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)
|
private void handleResults(List<ChildAssocEntity> list)
|
||||||
{
|
{
|
||||||
final Set<Long> nodeIds = new HashSet<Long>(97);
|
final Set<Long> nodeIds = new HashSet<Long>(97);
|
||||||
|
|
||||||
for (ChildAssocEntity assoc : list)
|
for (ChildAssocEntity assoc : list)
|
||||||
{
|
{
|
||||||
Pair<Long, ChildAssociationRef> childAssocPair = assoc.getPair(qnameDAO);
|
Pair<Long, ChildAssociationRef> childAssocPair = assoc.getPair(qnameDAO);
|
||||||
|
Reference in New Issue
Block a user