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-lang.git
The following commit(s) were added to refs/heads/master by this push: new 29f3678bd Remove trailing whitespace 29f3678bd is described below commit 29f3678bdec315b7ebcf37e9230ed5e83d74453c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 20 15:30:21 2023 -0400 Remove trailing whitespace --- src/main/java/org/apache/commons/lang3/text/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/text/package-info.java b/src/main/java/org/apache/commons/lang3/text/package-info.java index 532c88d21..f82474314 100644 --- a/src/main/java/org/apache/commons/lang3/text/package-info.java +++ b/src/main/java/org/apache/commons/lang3/text/package-info.java @@ -29,7 +29,7 @@ * <b>Deprecated</b> As of 3.6, use the Apache Commons Text * <a href="https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/package-summary.html"> text package</a>. * </p> - * + * * @since 2.1 */ package org.apache.commons.lang3.text;