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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 0d1ed4127 Uppercase acronym in comment
new 2f28cef08 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-lang.git
0d1ed4127 is described below
commit 0d1ed41277b67e78665b324ac781ef66c19c5067
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Mar 23 18:03:36 2024 -0400
Uppercase acronym in comment
---
src/main/java/org/apache/commons/lang3/text/StrBuilder.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/lang3/text/StrBuilder.java
b/src/main/java/org/apache/commons/lang3/text/StrBuilder.java
index 6cef484a8..d37653990 100644
--- a/src/main/java/org/apache/commons/lang3/text/StrBuilder.java
+++ b/src/main/java/org/apache/commons/lang3/text/StrBuilder.java
@@ -1145,7 +1145,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>
*