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 4e38d38  Improve Javadoc.
4e38d38 is described below

commit 4e38d38bd1858cca2da7d8d065efde39ddb32d01
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 14 09:07:08 2020 -0400

    Improve Javadoc.
---
 src/main/java/org/apache/commons/text/TextStringBuilder.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/java/org/apache/commons/text/TextStringBuilder.java 
b/src/main/java/org/apache/commons/text/TextStringBuilder.java
index 8d395d3..62e857c 100644
--- a/src/main/java/org/apache/commons/text/TextStringBuilder.java
+++ b/src/main/java/org/apache/commons/text/TextStringBuilder.java
@@ -2497,7 +2497,7 @@ public class TextStringBuilder implements CharSequence, 
Appendable, Serializable
     }
 
     /**
-     * If possible, reads chars from the provided {@link Readable} directly 
into underlying character buffer without
+     * If possible, reads all chars from the provided {@link Readable} 
directly into underlying character buffer without
      * making extra copies.
      *
      * @param readable object to read from
@@ -2527,7 +2527,7 @@ public class TextStringBuilder implements CharSequence, 
Appendable, Serializable
     }
 
     /**
-     * If possible, reads chars from the provided {@link Reader} directly into 
underlying character buffer without
+     * If possible, reads all chars from the provided {@link Reader} directly 
into underlying character buffer without
      * making extra copies.
      *
      * @param reader Reader to read.
@@ -2553,8 +2553,8 @@ public class TextStringBuilder implements CharSequence, 
Appendable, Serializable
     }
 
     /**
-     * If possible, reads chars from the provided {@link Reader} directly into 
underlying character buffer without
-     * making extra copies.
+     * If possible, reads {@code count} chars from the provided {@link Reader} 
directly into underlying character buffer
+     * without making extra copies.
      *
      * @param reader Reader to read.
      * @param count The maximum characters to read, a value &lt;= 0 returns 0.

Reply via email to