Skip to content

Commit

Permalink
Fixing unit test with JDK8
Browse files Browse the repository at this point in the history
  • Loading branch information
coheigea committed Nov 5, 2023
1 parent 3c93471 commit 958fb2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ private static class CustomFakeProvider extends Provider {
public static final String PROVIDER_NAME = "TestCustomProvider";

protected CustomFakeProvider() {
super(PROVIDER_NAME, "1.0", "Custom security provider for unit tests");
super(PROVIDER_NAME, 1.0, "Custom security provider for unit tests");
put("Signature.SHA1withRSA", TestCustomSignatureSpi.class.getName());
}

Expand Down

0 comments on commit 958fb2c

Please sign in to comment.