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 d98f487 Checktyle. d98f487 is described below commit d98f4875482a5035625a6531d4840ba2ddecd112 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jun 30 15:38:09 2020 -0400 Checktyle. --- 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 d9de9f3..3999b74 100644 --- a/src/main/java/org/apache/commons/text/TextStringBuilder.java +++ b/src/main/java/org/apache/commons/text/TextStringBuilder.java @@ -2702,7 +2702,7 @@ public class TextStringBuilder implements CharSequence, Appendable, Serializable * * @param reader Reader to read. * @param count The maximum characters to read, a value <= 0 returns 0. - * @return The number of characters read. + * @return The number of characters read. If less than {@code count}, then we've reached the end-of-stream. * @throws IOException if an I/O error occurs. * * @see #appendTo(Appendable)