mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
minor updates for getHighestClassificationLevelFromImmediateChildren() implementation
unit tests & integration tests created
This commit is contained in:
@@ -140,7 +140,7 @@ public class RecordsManagementQueryDAOImpl implements RecordsManagementQueryDAO,
|
||||
queryParams.setPropertyQnameId(pair.getFirst());
|
||||
|
||||
// Perform the query
|
||||
return new HashSet<String>(template.selectList(GET_CHILDREN_PROPERTY_VALUES, queryParams));
|
||||
return new HashSet<>(template.selectList(GET_CHILDREN_PROPERTY_VALUES, queryParams));
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user