forked from D-Net/dnet-hadoop
changed the logic to verify if a community is contained in the list of context of a result
This commit is contained in:
parent
2f66fedfec
commit
da88c850c6
|
@ -74,7 +74,7 @@ public class CommunitySplit implements Serializable {
|
||||||
.stream()
|
.stream()
|
||||||
.map(con -> con.getCode())
|
.map(con -> con.getCode())
|
||||||
.collect(Collectors.toList())
|
.collect(Collectors.toList())
|
||||||
.contains(c)
|
.contains(c);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue