Skip to content

Commit

Permalink
Update AwsCryptographicMaterialProviders/runtimes/java/src/main/java/…
Browse files Browse the repository at this point in the history
…software/amazon/cryptography/internaldafny/StormTrackingCMC/StormTrackingCMC.java

Co-authored-by: Tony Knapp <[email protected]>
  • Loading branch information
ajewellamz and texastony authored Nov 14, 2024
1 parent f4db380 commit 5c2dda5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ > GetCacheEntry_k(
Thread.sleep(wrapped.sleepMilli);
} catch (Exception e) {
return CreateGetCacheEntryFailure(
software.amazon.cryptography.materialproviders.internaldafny.types.Error.create_AwsCryptographicMaterialProvidersException(
dafny.DafnySequence.asString("Thread Interrupted")
software.amazon.cryptography.materialproviders.internaldafny.types.Error.create_Opaque(e)
)
);
}
Expand Down

0 comments on commit 5c2dda5

Please sign in to comment.