redaction-service-v1/redaction-service-api-v1/src/main/java/com/iqser/red/service/redaction/v1/model/ManualRedactions.java online editiert mit Bitbucket
This commit is contained in:
parent
2b93ae57d5
commit
9b61971132
@ -12,6 +12,6 @@ import lombok.NoArgsConstructor;
|
||||
@NoArgsConstructor
|
||||
public class ManualRedactions {
|
||||
|
||||
Set<String> idsToRemove = new HashSet<>();
|
||||
private Set<String> idsToRemove = new HashSet<>();
|
||||
Set<ManualRedactionEntry> entriesToAdd = new HashSet<>();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user