This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 7cae886f Javadoc fix [skip ci]
7cae886f is described below

commit 7cae886f2de60fabc37d36a1ddd09473c5aeaa46
Author: Sebb <[email protected]>
AuthorDate: Tue Jul 30 16:55:23 2024 +0100

    Javadoc fix [skip ci]
---
 src/main/java/org/apache/commons/codec/digest/UnixCrypt.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/codec/digest/UnixCrypt.java 
b/src/main/java/org/apache/commons/codec/digest/UnixCrypt.java
index 3b5a4b5f..76394d54 100644
--- a/src/main/java/org/apache/commons/codec/digest/UnixCrypt.java
+++ b/src/main/java/org/apache/commons/codec/digest/UnixCrypt.java
@@ -240,7 +240,7 @@ public class UnixCrypt {
      *            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

Reply via email to