Skip to content

Commit

Permalink
MOSIP-32461 (#1884)
Browse files Browse the repository at this point in the history
* MOSIP-32461 code changes

Signed-off-by: Sowmya Ujjappa Banakar <[email protected]>

* MOSIP-32461 code changes

Signed-off-by: Sowmya Ujjappa Banakar <[email protected]>

---------

Signed-off-by: Sowmya Ujjappa Banakar <[email protected]>
Co-authored-by: Sowmya Ujjappa Banakar <[email protected]>
  • Loading branch information
sowmya695 and Sowmya Ujjappa Banakar authored Jun 14, 2024
1 parent 2872e0b commit a48fca3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,11 @@ public void validateSignature(String id, String process, BiometricRecord biometr
}

List<BIR> birs = biometricRecord.getSegments();

for (BIR bir : birs) {
Map<String, String> othersInfo = null;
regProcLogger.info(LoggerFileConstant.REGISTRATIONID.toString(), id,
bir.toString());
if (bir.getOthers() instanceof HashMap<String, String> othersInfo1) {
othersInfo = othersInfo1;
}
Expand Down

0 comments on commit a48fca3

Please sign in to comment.