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

This commit is contained in:
Miriam Baglioni 2022-01-13 16:06:43 +01:00
parent a7c4d0d16d
commit 42e8f76778
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ public class GraphCleaningFunctions extends CleaningFunctions {
.orElse(true))
.orElse(true))
.orElse(true))) {
return false;
return true;
}
if (value instanceof Datasource) {