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 3fbc5ecd Javadoc 3fbc5ecd is described below commit 3fbc5ecdcd8ca88f1f9f774da9fce2035440c934 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed May 22 08:00:59 2024 -0400 Javadoc --- src/main/java/org/apache/commons/text/StrBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/text/StrBuilder.java b/src/main/java/org/apache/commons/text/StrBuilder.java index 1c9825d9..989376bf 100644 --- a/src/main/java/org/apache/commons/text/StrBuilder.java +++ b/src/main/java/org/apache/commons/text/StrBuilder.java @@ -32,7 +32,7 @@ import org.apache.commons.lang3.StringUtils; /** * Builds a string from constituent parts providing a more flexible and powerful API than {@link StringBuffer} and {@link StringBuilder}. * <p> - * The main differences from StringBuffer/StringBuilder are: + * The main differences from {@link StrBuilder} and {@link StringBuilder} are: * </p> * <ul> * <li>Not synchronized</li>