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 8aafe94c Javadoc 8aafe94c is described below commit 8aafe94c4212e3cde70dae9503a5b213f2406566 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Tue Sep 20 09:16:41 2022 -0400 Javadoc --- src/main/java/org/apache/commons/text/TextStringBuilder.java | 3 ++- 1 file changed, 2 insertions(+), 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 31895961..21805783 100644 --- a/src/main/java/org/apache/commons/text/TextStringBuilder.java +++ b/src/main/java/org/apache/commons/text/TextStringBuilder.java @@ -31,7 +31,8 @@ import org.apache.commons.lang3.StringUtils; import org.apache.commons.text.matcher.StringMatcher; /** - * Builds a string from constituent parts providing a more flexible and powerful API than StringBuffer. + * 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: * </p>