Skip to content

Commit

Permalink
Javadoc fix [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Jul 30, 2024
1 parent 6175c99 commit 7cae886
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public static String crypt(final byte[] original) {
* plaintext password
* @param salt
* a two character string drawn from [a-zA-Z0-9./]. The salt may be null, in which case a salt is
* generated for you using {@link SecureRandom}.
* generated for you using {@link B64#getRandomSalt(int)}.
* @return a 13 character string starting with the salt string
* @throws IllegalArgumentException
* if the salt does not match the allowed pattern
Expand Down

0 comments on commit 7cae886

Please sign in to comment.