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

commit e29c11a620cb523aaa13b4097cd40f378e1a1f79
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu May 23 09:18:27 2024 -0400

    Javadoc
---
 src/main/java/org/apache/commons/text/StrBuilder.java                 | 2 +-
 src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/text/StrBuilder.java 
b/src/main/java/org/apache/commons/text/StrBuilder.java
index 989376bf..0c66397f 100644
--- a/src/main/java/org/apache/commons/text/StrBuilder.java
+++ b/src/main/java/org/apache/commons/text/StrBuilder.java
@@ -2740,7 +2740,7 @@ public class StrBuilder implements CharSequence, 
Appendable, Serializable, Build
      * 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 {@code this} instance.
      */
     public StrBuilder setNewLineText(final String newLine) {
         this.newLine = newLine;
diff --git 
a/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java 
b/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java
index c4a2d98a..893a9e8a 100644
--- a/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java
+++ b/src/main/java/org/apache/commons/text/lookup/StringLookupFactory.java
@@ -241,7 +241,7 @@ public final class StringLookupFactory {
          * </p>
          *
          * @param fences Path resolution fences.
-         * @return this.
+         * @return {@code this} instance.
          */
         public Builder setFences(final Path... fences) {
             this.fences = fences;

Reply via email to