Skip to content

Commit

Permalink
fix(Java): StormCMC interupt returns Opaque
Browse files Browse the repository at this point in the history
  • Loading branch information
texastony committed Nov 14, 2024
1 parent f4db380 commit 3915c82
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ > 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 3915c82

Please sign in to comment.