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-text.git
The following commit(s) were added to refs/heads/master by this push: new 15b51254 Javadoc 15b51254 is described below commit 15b51254ad034ccfeb326fd23f7486e3d38b3632 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 29 08:45:18 2024 -0400 Javadoc --- src/test/java/org/apache/commons/text/WordUtilsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/text/WordUtilsTest.java b/src/test/java/org/apache/commons/text/WordUtilsTest.java index 24801159..f6bfe145 100644 --- a/src/test/java/org/apache/commons/text/WordUtilsTest.java +++ b/src/test/java/org/apache/commons/text/WordUtilsTest.java @@ -31,7 +31,7 @@ import org.apache.commons.lang3.StringUtils; import org.junit.jupiter.api.Test; /** - * Tests {@link WordUtils} class. + * Tests {@link WordUtils}. */ public class WordUtilsTest {