Merge branch 'RED-8428-resize' into 'master'

RED-8428 - Keep only RESIZE for ManualRedactionType in redaction log

Closes RED-8428

See merge request redactmanager/persistence-service!337
This commit is contained in:
Andrei Isvoran 2024-02-05 10:30:49 +01:00
commit 8540d5e865

View File

@ -10,6 +10,5 @@ public enum ManualRedactionType {
FORCE_HINT,
RECATEGORIZE,
LEGAL_BASIS_CHANGE,
RESIZE_LOCALLY,
RESIZE_IN_DICTIONARY
RESIZE
}