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 58df0bcd Uppercase acronym in comment 58df0bcd is described below commit 58df0bcd4f08de4304b913fa4bea5c9b017972a6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Mar 23 18:05:28 2024 -0400 Uppercase acronym in comment --- src/main/java/org/apache/commons/text/StrBuilder.java | 2 +- src/main/java/org/apache/commons/text/TextStringBuilder.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/text/StrBuilder.java b/src/main/java/org/apache/commons/text/StrBuilder.java index 8c4e6dd0..27249954 100644 --- a/src/main/java/org/apache/commons/text/StrBuilder.java +++ b/src/main/java/org/apache/commons/text/StrBuilder.java @@ -1115,7 +1115,7 @@ public class StrBuilder implements CharSequence, Appendable, Serializable, Build * Appends the new line string to this string builder. * <p> * The new line string can be altered using {@link #setNewLineText(String)}. - * This might be used to force the output to always use Unix line endings + * This might be used to force the output to always use UNIX line endings * even when on Windows. * </p> * @return this, to enable chaining diff --git a/src/main/java/org/apache/commons/text/TextStringBuilder.java b/src/main/java/org/apache/commons/text/TextStringBuilder.java index 1cc2736f..7b978707 100644 --- a/src/main/java/org/apache/commons/text/TextStringBuilder.java +++ b/src/main/java/org/apache/commons/text/TextStringBuilder.java @@ -1165,7 +1165,7 @@ public class TextStringBuilder implements CharSequence, Appendable, Serializable * Appends the new line string to this string builder. * <p> * The new line string can be altered using {@link #setNewLineText(String)}. This might be used to force the output - * to always use Unix line endings even when on Windows. + * to always use UNIX line endings even when on Windows. * </p> * * @return this, to enable chaining