Skip to content

Commit

Permalink
Suppress deprecation wwarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lolepezy committed Jan 10, 2024
1 parent c1f149e commit 753822b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public void shouldEncodeManifest() {
}

@Test
@SuppressWarnings("deprecation")
public void shouldBeEquivalentToSetDateInDifferentWays() {
var builder1 = new ManifestCmsBuilder();
builder1.withManifestNumber(BigInteger.valueOf(68));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ public void shouldRejectVeryBigCrlNumber() {
}

@Test
@SuppressWarnings("deprecation")
public void shouldBeEquivalentToSetDateInDifferentWays() {
var builder1 = new X509CrlBuilder();
builder1.withIssuerDN(new X500Principal("CN=ROOT"));
Expand Down

0 comments on commit 753822b

Please sign in to comment.