Skip to content

Commit dd5e462

Browse files
authored
Merge pull request #18 from kinow/fix-travis-1
Fix javadoc (and Travis build)
2 parents a94813f + ac7e904 commit dd5e462

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/codec/digest/Md5Crypt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ public static String apr1Crypt(final byte[] keyBytes) {
8585
* </p>
8686
*
8787
* @param keyBytes plaintext string to hash.
88-
* @param random an arbitrary {@link Random} for the user's reason.
8988
* @param random the instance of {@link Random} to use for generating the salt. Consider using {@link SecureRandom}
9089
* or {@link ThreadLocalRandom}.
90+
* @return the hash value
9191
* @throws IllegalArgumentException when a {@link java.security.NoSuchAlgorithmException} is caught. *
9292
* @see #apr1Crypt(byte[], String)
9393
* @since 1.12

0 commit comments

Comments
 (0)