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 3e3fb3e Checkstyle: Javadoc. 3e3fb3e is described below commit 3e3fb3e3038db11bc0877fb8b3da7f8920670234 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jul 21 11:41:22 2020 -0400 Checkstyle: Javadoc. --- src/main/java/org/apache/commons/text/TextStringBuilder.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/apache/commons/text/TextStringBuilder.java b/src/main/java/org/apache/commons/text/TextStringBuilder.java index 1ae9ebe..a1b7bdf 100644 --- a/src/main/java/org/apache/commons/text/TextStringBuilder.java +++ b/src/main/java/org/apache/commons/text/TextStringBuilder.java @@ -75,6 +75,7 @@ import org.apache.commons.text.matcher.StringMatcher; */ public class TextStringBuilder implements CharSequence, Appendable, Serializable, Builder<String> { + /** The space character. */ private static final char SPACE = ' '; /**