Skip to content

Commit

Permalink
MOSIP-32461 code changes
Browse files Browse the repository at this point in the history
Signed-off-by: Sowmya Ujjappa Banakar <[email protected]>
  • Loading branch information
Sowmya Ujjappa Banakar committed Jun 17, 2024
1 parent 6a75897 commit 3241d52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void validateSignature(String id, String process, BiometricRecord biometr
List<BIR> birs = biometricRecord.getSegments();

for (BIR bir : birs) {
HashMap<String, String> othersInfo = bir.getOthers()
HashMap<String, String> othersInfo = bir.getOthers();
if (othersInfo == null) {
throw new BiometricSignatureValidationException("Others value is null inside BIR");
}
Expand Down

0 comments on commit 3241d52

Please sign in to comment.