master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
1 changed files with 1 additions and 0 deletions
Showing only changes of commit b70ecccea0 - Show all commits

View File

@ -1293,6 +1293,7 @@ public class XmlRecordFactory implements Serializable {
.collect(Collectors.groupingBy(ImmutablePair::getLeft))
.values()
.stream()
.filter(Objects::nonNull)
.map(this::mergeInstances);
}