forked from D-Net/dnet-hadoop
[BulkTag] removed commented code
This commit is contained in:
parent
43aedbdfe5
commit
935aa367d8
|
@ -95,13 +95,7 @@ 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))
|
|
||||||
tmp
|
tmp
|
||||||
.forEach(
|
.forEach(
|
||||||
dsId -> datasources
|
dsId -> datasources
|
||||||
|
|
Loading…
Reference in New Issue