master #59

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

View File

@ -190,15 +190,6 @@ public class CleaningFunctions {
}
}
final Set<String> collectedFrom = Optional
.ofNullable(r.getCollectedfrom())
.map(
c -> c
.stream()
.map(KeyValue::getKey)
.collect(Collectors.toCollection(HashSet::new)))
.orElse(new HashSet<>());
for (Author a : r.getAuthor()) {
if (Objects.isNull(a.getPid())) {
a.setPid(Lists.newArrayList());