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
9b61971132
commit
5d18a46ec3
@ -13,5 +13,5 @@ import lombok.NoArgsConstructor;
|
|||||||
public class ManualRedactions {
|
public class ManualRedactions {
|
||||||
|
|
||||||
private Set<String> idsToRemove = new HashSet<>();
|
private Set<String> idsToRemove = new HashSet<>();
|
||||||
Set<ManualRedactionEntry> entriesToAdd = new HashSet<>();
|
private Set<ManualRedactionEntry> entriesToAdd = new HashSet<>();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user