Skip to content

Commit fe895bf

Browse files
committed
Merge branch 'suppress-lint-warning-trustmanager' of github.com:HawkItzme/bc-java into HawkItzme-suppress-lint-warning-trustmanager
2 parents 292c783 + 0a7476d commit fe895bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkix/src/main/java/org/bouncycastle/est/jcajce/JcaJceUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
public class JcaJceUtils
3636
{
3737

38+
@SuppressWarnings("TrustAllX509TrustManager")
3839
public static X509TrustManager getTrustAllTrustManager()
3940
{
4041

0 commit comments

Comments
 (0)