redaction-service-v1/redaction-service-server-v1/src/main/java/com/iqser/red/service/redaction/v1/server/visualization/service/AnnotationHighlightService.java online editiert mit Bitbucket
This commit is contained in:
parent
9c14f331fd
commit
14b3289746
@ -173,7 +173,7 @@ public class AnnotationHighlightService {
|
||||
if (!entity.isRedaction()) {
|
||||
return false;
|
||||
}
|
||||
return dictionaryService.getDictionary().keySet().contains(entity.getType());
|
||||
return dictionaryService.getDictionary().containsKey(entity.getType());
|
||||
}
|
||||
|
||||
private float[] getColor(Entity entity) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user