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 925dd28b Javadoc @link tags do not need to use a FQCN for classes in 
java.lang
925dd28b is described below

commit 925dd28b99d7f287d020606a4f3929669d2ed017
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Mon Aug 29 07:37:18 2022 -0400

    Javadoc @link tags do not need to use a FQCN for classes in java.lang
---
 src/main/java/org/apache/commons/text/TextStringBuilder.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/text/TextStringBuilder.java 
b/src/main/java/org/apache/commons/text/TextStringBuilder.java
index 913d8984..31895961 100644
--- a/src/main/java/org/apache/commons/text/TextStringBuilder.java
+++ b/src/main/java/org/apache/commons/text/TextStringBuilder.java
@@ -68,7 +68,7 @@ import org.apache.commons.text.matcher.StringMatcher;
  * </p>
  * <p>
  * This class is called {@code TextStringBuilder} instead of {@code 
StringBuilder} to avoid clashing with
- * {@link java.lang.StringBuilder}.
+ * {@link StringBuilder}.
  * </p>
  *
  * @since 1.3

Reply via email to