Skip to content

Commit 7bedc18

Browse files
DTSPB-4517 Added warnings field
1 parent 304ac26 commit 7bedc18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/main/java/uk/gov/hmcts/reform/probate/model/cases/grantofrepresentation/GrantOfRepresentationData.java

+2
Original file line numberDiff line numberDiff line change
@@ -937,6 +937,8 @@ public void setGrandChildrenSurvivedOverEighteen(Boolean booleanValue) {
937937

938938
private String expectedResponseDate;
939939

940+
private List<String> autoCaseWarnings;
941+
940942
@JsonDeserialize(using = YesNoDeserializer.class)
941943
@JsonSerialize(using = YesNoSerializer.class)
942944
private Boolean citizenResponseCheckbox;

0 commit comments

Comments
 (0)