Skip to content

Commit 18b8192

Browse files
committed
ErrorProne reduction
1 parent 69518ce commit 18b8192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prov/src/test/java/org/bouncycastle/jce/provider/test/CertPathValidatorTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,7 @@ private static Collection getAlternativeNames(byte[] extVal)
16681668
}
16691669
}
16701670

1671-
private class DodgyCertificate
1671+
private static class DodgyCertificate
16721672
extends ASN1Object
16731673
{
16741674
ASN1Sequence seq;
@@ -1758,7 +1758,7 @@ public ASN1Primitive toASN1Primitive()
17581758
}
17591759
}
17601760

1761-
private class DodgyTBSCertificate
1761+
private static class DodgyTBSCertificate
17621762
extends ASN1Object
17631763
{
17641764
ASN1Sequence seq;

0 commit comments

Comments
 (0)