master #59

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

View File

@ -95,14 +95,14 @@ public class ResultTagger implements Serializable {
}
result
.getInstance()
.stream()
.map(i -> new Pair<>(i.getCollectedfrom().getKey(), i.getHostedby().getKey()))
.flatMap(p -> Stream.of(p.getFst(), p.getSnd()))
.map(s -> StringUtils.substringAfter(s, "|"))
.collect(Collectors.toCollection(HashSet::new))
.forEach(
// result
// .getInstance()
// .stream()
// .map(i -> new Pair<>(i.getCollectedfrom().getKey(), i.getHostedby().getKey()))
// .flatMap(p -> Stream.of(p.getFst(), p.getSnd()))
// .map(s -> StringUtils.substringAfter(s, "|"))
// .collect(Collectors.toCollection(HashSet::new))
tmp.forEach(
dsId -> datasources
.addAll(
conf.getCommunityForDatasource(dsId, param)));