This is an automated email from the ASF dual-hosted git repository.

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

commit a2b0bcd4968d295ab66a4b7e076b2a34e395a2b2
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 24 14:46:56 2026 -0400

    Javadoc
---
 src/main/java/org/apache/commons/text/StrBuilder.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/text/StrBuilder.java 
b/src/main/java/org/apache/commons/text/StrBuilder.java
index 7cec4313..ed9495f8 100644
--- a/src/main/java/org/apache/commons/text/StrBuilder.java
+++ b/src/main/java/org/apache/commons/text/StrBuilder.java
@@ -1484,9 +1484,9 @@ public class StrBuilder implements CharSequence, 
Appendable, Serializable, Build
     /**
      * Gets the character at the specified index.
      *
-     * @param index the index to retrieve, must be valid
-     * @return The character at the index
-     * @throws IndexOutOfBoundsException if the index is invalid
+     * @param index the index to retrieve, must be valid.
+     * @return The character at the index.
+     * @throws IndexOutOfBoundsException if the index is invalid.
      * @see #setCharAt(int, char)
      * @see #deleteCharAt(int)
      */

Reply via email to