Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-cryptographic-material-providers-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5c2dda50d6f8a1a1c91a89a9f1b70fef4ef6a9eb
Choose a base ref
..
head repository: aws/aws-cryptographic-material-providers-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3915c826addd9cb7cd72adddaea27163ee2ae090
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +2 −1 ...a/src/main/java/software/amazon/cryptography/internaldafny/StormTrackingCMC/StormTrackingCMC.java
Original file line number Diff line number Diff line change
@@ -111,7 +111,8 @@ > GetCacheEntry_k(
Thread.sleep(wrapped.sleepMilli);
} catch (Exception e) {
return CreateGetCacheEntryFailure(
software.amazon.cryptography.materialproviders.internaldafny.types.Error.create_Opaque(e)
software.amazon.cryptography.materialproviders.internaldafny.types.Error.create_Opaque(
e
)
);
}