checkstyle fix

This commit is contained in:
Timo Bejan 2022-08-19 17:31:50 +03:00
parent 96e8485afe
commit de841452ba

View File

@ -79,7 +79,6 @@ public class Section {
Set<Entity> found = EntitySearchUtils.findEntities(searchText, new SearchImplementation(values, dictionary.isCaseInsensitiveDictionary(asType)), dictionary.getType(asType), new FindEntityDetails(asType, headline, sectionNumber, false, false, Engine.NER, EntityType.RECOMMENDATION));
EntitySearchUtils.clearAndFindPositions(found, searchableText, dictionary, manualRedactions);
found = found.stream().filter(f -> !f.isFalsePositive()).collect(Collectors.toSet());
;
Set<Entity> finalResult = new HashSet<>();