garydgregory commented on code in PR #259:
URL: https://github.com/apache/commons-crypto/pull/259#discussion_r1367972545
##########
src/main/java/org/apache/commons/crypto/random/CryptoRandomFactory.java:
##########
@@ -206,6 +206,18 @@ public static CryptoRandom getCryptoRandom(final
Properties props)
} else {
throw initializerError;
}
+ } catch (final NoClassDefFoundError noClassDefFoundError) {
+ Throwable initializerError = noClassDefFoundError.getCause();
Review Comment:
@LuciferYang
Not off the top of my head...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]