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-codec.git
commit 6de048b3632428c85c811ecf0357a4ac64a802b6 Author: Gary Gregory <[email protected]> AuthorDate: Wed Apr 1 07:30:35 2026 -0400 Javadoc --- src/main/java/org/apache/commons/codec/digest/Sha2Crypt.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/codec/digest/Sha2Crypt.java b/src/main/java/org/apache/commons/codec/digest/Sha2Crypt.java index 39f94251..21b92337 100644 --- a/src/main/java/org/apache/commons/codec/digest/Sha2Crypt.java +++ b/src/main/java/org/apache/commons/codec/digest/Sha2Crypt.java @@ -143,7 +143,7 @@ public class Sha2Crypt { * @param keyBytes plaintext to hash. Each array element is set to {@code 0} before returning. * @param salt real salt value without prefix or {@code "rounds="}; may not be null. * @param saltPrefix either {@code $5$} or {@code $6$}. - * @param blocksize a value that differs between {@code $5${@code and {@code $6$}. + * @param blocksize a value that differs between {@code $5$} and {@code $6$}. * @param algorithm {@link MessageDigest} algorithm identifier string. * @return The Complete hash value including prefix and salt. * @throws IllegalArgumentException Thrown if the given salt is {@code null} or does not match the allowed pattern.
