Skip to content

Commit 9fec6b2

Browse files
committed
removed printStackTrace() - relates to github #2082
1 parent 61c40f4 commit 9fec6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2374,7 +2374,7 @@ public void testPKCS12StoreWrongPassword()
23742374
fail("no exception");
23752375
}
23762376
catch (IOException e)
2377-
{ e.printStackTrace();
2377+
{
23782378
if (!(e.getCause() instanceof UnrecoverableKeyException))
23792379
{
23802380
fail("no exception cause found for wrong password");

0 commit comments

Comments
 (0)