Skip to content

Commit 5abbc5f

Browse files
Just don't pass in any language related thing
SOAP prevents us from passing in empty language info.
1 parent f84c8b4 commit 5abbc5f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

proxyserver/src/main/java/edu/suffolk/litlab/efsp/server/ecf4/EcfCourtSpecificSerializer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ public CaseParticipantType serializeEcfCaseParticipant(Person per, PartyInfo inf
157157
pt.setPersonSex(niemObjFac.createPersonSexCode(sct));
158158
});
159159

160+
/*
160161
per.getLanguage()
161162
.ifPresent(
162163
lang -> {
@@ -168,6 +169,7 @@ public CaseParticipantType serializeEcfCaseParticipant(Person per, PartyInfo inf
168169
plt.getLanguage().add(niemObjFac.createLanguageCode(lct));
169170
pt.setPersonPrimaryLanguage(plt);
170171
});
172+
*/
171173

172174
per.getBirthdate()
173175
.ifPresent(

0 commit comments

Comments
 (0)