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 d7bc06c4 Fix typo in exception message for TextStringBuilder
d7bc06c4 is described below
commit d7bc06c49f28cbbde09c01990b5a3c3ca9a14036
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 15 08:56:46 2025 -0500
Fix typo in exception message for TextStringBuilder
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5f913a9d..b24bd1a0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,7 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
<release version="1.15.0" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix exception
message typo in XmlStringLookup.XmlStringLookup(Map, Path...).</action>
- <action type="fix" dev="ggregory" due-to="Pierre Post, Sumit Bera, Alex
Herbert, Gary Gregory" issue="TEXT-236">Inserting at end of a TextStringBuilder
throws a StringIndexOutOfBoundsException.</action>
+ <action type="fix" dev="ggregory" due-to="Pierre Post, Sumit Bera, Alex
Herbert, Gary Gregory" issue="TEXT-236">Inserting at the end of a
TextStringBuilder throws a StringIndexOutOfBoundsException.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Piotr P. Karwasz, Gary
Gregory">Add experimental CycloneDX VEX file #683.</action>
<action type="add" dev="ggregory" due-to="LorgeN, Gary Gregory"
issue="TEXT-235">Add Damerau-Levenshtein distance #687.</action>