RED-4876 - move boolean to correct class
This commit is contained in:
parent
e6f7b58246
commit
4f3bb0101b
@ -32,4 +32,7 @@ public class CreateOrUpdateDossierTemplateRequest {
|
|||||||
private boolean keepImageMetadata;
|
private boolean keepImageMetadata;
|
||||||
|
|
||||||
private boolean keepHiddenText;
|
private boolean keepHiddenText;
|
||||||
|
|
||||||
|
private boolean keepOverlappingObjects;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -47,6 +47,5 @@ public class CreateOrUpdateDossierRequest {
|
|||||||
|
|
||||||
private Long watermarkId;
|
private Long watermarkId;
|
||||||
private Long previewWatermarkId;
|
private Long previewWatermarkId;
|
||||||
private boolean keepOverlappingObjects;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user