RED-9466 - Adding annotation removes all AI based recommendations until forced re-analysis
- remove unwanted character
This commit is contained in:
parent
1adae4b968
commit
2757fa47c6
@ -288,7 +288,7 @@ public abstract class AbstractRedactionIntegrationTest {
|
|||||||
.collect(Collectors.toSet()));
|
.collect(Collectors.toSet()));
|
||||||
dictionary.computeIfAbsent(REDACTION_INDICATOR, v -> new ArrayList<>())
|
dictionary.computeIfAbsent(REDACTION_INDICATOR, v -> new ArrayList<>())
|
||||||
.addAll(ResourceLoader.load("dictionaries/redaction_indicator.txt")
|
.addAll(ResourceLoader.load("dictionaries/redaction_indicator.txt")
|
||||||
.stream()¬
|
.stream()
|
||||||
.map(this::cleanDictionaryEntry)
|
.map(this::cleanDictionaryEntry)
|
||||||
.collect(Collectors.toSet()));
|
.collect(Collectors.toSet()));
|
||||||
dictionary.computeIfAbsent(HINT_ONLY_INDICATOR, v -> new ArrayList<>())
|
dictionary.computeIfAbsent(HINT_ONLY_INDICATOR, v -> new ArrayList<>())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user