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

commit eedddfd3fdf229fd4204f4a147f446433eae574e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Apr 13 09:04:44 2024 -0400

    Javadoc
---
 src/main/java/org/apache/commons/text/TextStringBuilder.java | 4 +++-
 1 file changed, 3 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 ca48a293..2df42afe 100644
--- a/src/main/java/org/apache/commons/text/TextStringBuilder.java
+++ b/src/main/java/org/apache/commons/text/TextStringBuilder.java
@@ -1975,7 +1975,9 @@ public class TextStringBuilder implements CharSequence, 
Appendable, Serializable
         return toString();
     }
 
-    /** Gets a direct reference to internal storage, not for public 
consumption. */
+    /** 
+     * Gets a direct reference to internal storage, not for public consumption.
+     */
     char[] getBuffer() {
         return buffer;
     }

Reply via email to