[GraphCleaning] change the return value in the filtering function to avoid to lose the APC entities

pull/188/head
Miriam Baglioni 2 years ago
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…
Cancel
Save