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
The following commit(s) were added to refs/heads/master by this push: new 71fee598 Javadoc 71fee598 is described below commit 71fee598323eac3eb4dd7f9f3c4d070769ca9368 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun May 18 11:53:35 2025 -0400 Javadoc --- src/test/java/org/apache/commons/codec/digest/UnixCryptTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/java/org/apache/commons/codec/digest/UnixCryptTest.java b/src/test/java/org/apache/commons/codec/digest/UnixCryptTest.java index 254b9ae6..1bc07b44 100644 --- a/src/test/java/org/apache/commons/codec/digest/UnixCryptTest.java +++ b/src/test/java/org/apache/commons/codec/digest/UnixCryptTest.java @@ -26,6 +26,9 @@ import java.nio.charset.StandardCharsets; import org.junit.jupiter.api.Test; +/** + * Tests {@link UnixCrypt}. + */ public class UnixCryptTest { @Test