Skip to content

Commit 0219e31

Browse files
committed
removed printStackTrace()
1 parent 479f57c commit 0219e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkix/src/main/jdk1.5/org/bouncycastle/its/jcajce/ClassUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public Object run()
4242
}
4343
catch (IllegalStateException e)
4444
{
45-
e.printStackTrace();
45+
// ignore
4646
}
4747
}
4848
return new AEADParameterSpec(nonce, tagSize);

0 commit comments

Comments
 (0)