forked from D-Net/dnet-hadoop
[GraphCleaning] change the return value in the filtering function to avoid to lose the APC entities
This commit is contained in:
parent
a7c4d0d16d
commit
42e8f76778
|
@ -101,7 +101,7 @@ public class GraphCleaningFunctions extends CleaningFunctions {
|
|||
.orElse(true))
|
||||
.orElse(true))
|
||||
.orElse(true))) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
if (value instanceof Datasource) {
|
||||
|
|
Loading…
Reference in New Issue