This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
commit 0e7084d6b6bc5ed9c2b38e806bf688a6bf4f1609 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jun 6 19:18:46 2020 -0400 Fix Javadoc. --- src/main/java/org/apache/commons/crypto/random/JavaCryptoRandom.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/java/org/apache/commons/crypto/random/JavaCryptoRandom.java b/src/main/java/org/apache/commons/crypto/random/JavaCryptoRandom.java index b4e0844..05ab89c 100644 --- a/src/main/java/org/apache/commons/crypto/random/JavaCryptoRandom.java +++ b/src/main/java/org/apache/commons/crypto/random/JavaCryptoRandom.java @@ -33,11 +33,9 @@ class JavaCryptoRandom extends Random implements CryptoRandom { * Constructs a {@link JavaCryptoRandom}. * * @param properties the configuration properties. - * Uses the key {@link CryptoRandomFactory#SECURE_RANDOM_JAVA_ALGORITHM_KEY} + * Uses the key {@link CryptoRandomFactory#JAVA_ALGORITHM_KEY} * to get the name of the algorithm, with a default of * {@link CryptoRandomFactory#JAVA_ALGORITHM_DEFAULT} - * @throws NoSuchAlgorithmException if no Provider supports a - * SecureRandomSpi implementation for the specified algorithm. */ // N.B. this class is not public/protected so does not appear in the main Javadoc // Please ensure that property use is documented in the enum CryptoRandomFactory.RandomProvider