[BULK TAGGING] changed to fix issue that should have been fixed already

pull/192/head
Miriam Baglioni 2 years ago
parent 8eb75ca169
commit dce7f5fea8

@ -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)));

Loading…
Cancel
Save