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 ac9d7dca Javadoc
ac9d7dca is described below

commit ac9d7dca796587e6285b183f7aa9604d63bd655d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Oct 18 10:05:11 2024 -0400

    Javadoc
---
 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 d3f7c171..ecb537b4 100644
--- a/src/main/java/org/apache/commons/text/TextStringBuilder.java
+++ b/src/main/java/org/apache/commons/text/TextStringBuilder.java
@@ -3024,7 +3024,7 @@ public class TextStringBuilder implements CharSequence, 
Appendable, Serializable
      * Sets the text to be appended when {@link #appendNewLine() new line} is 
called.
      *
      * @param newLine the new line text, {@code null} means use the system 
default from {@link System#lineSeparator()}.
-     * @return this.
+     * @return this instance.
      */
     public TextStringBuilder setNewLineText(final String newLine) {
         this.newLine = newLine;

Reply via email to