Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Commit 741f279

Browse files
author
lmeinen
committed
Fixed build failure
1 parent ecedbbb commit 741f279

File tree

1 file changed

+1
-1
lines changed
  • ch-covidcertificate-backend-transformation/ch-covidcertificate-backend-transformation-ws/src/main/java/ch/admin/bag/covidcertificate/backend/transformation/ws/client

1 file changed

+1
-1
lines changed

ch-covidcertificate-backend-transformation/ch-covidcertificate-backend-transformation-ws/src/main/java/ch/admin/bag/covidcertificate/backend/transformation/ws/client/VerificationCheckClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public DccHolder isValid(HCertPayload hCertPayload) throws InterruptedException
8585
* @param hCertPayload payload as sent with the original request
8686
* @return the decoded certificate if it decodeable and its signature is valid, null otherwise
8787
*/
88-
public DccHolder isValidSig(HCertPayload hCertPayload) {
88+
public DccHolder isValidSig(HCertPayload hCertPayload) throws InterruptedException {
8989
final var verificationResponse = verify(hCertPayload);
9090
if (verificationResponse != null
9191
&& (verificationResponse.getSuccessState() != null

0 commit comments

Comments
 (0)