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 04c24ac2 Removed unreachable threshold verification code in
src/main/java/org/apache/commons/text/similarity #730
04c24ac2 is described below
commit 04c24ac259d15a47463dc6e65762c28b7779ad7d
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 1 14:10:23 2025 -0500
Removed unreachable threshold verification code in
src/main/java/org/apache/commons/text/similarity #730
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c6de2b36..d0ab0b7d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,6 +52,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Michael Hausegger">Fix
TextStringBuilderTest.testAppendToCharBuffer() to use proper argument type
#724.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT
plugin console warnings.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix site XML to
use version 2.0.0 XML schema.</action>
+ <action type="fix" dev="ggregory" due-to="Michael Hausegger">Removed
unreachable threshold verification code in
src/main/java/org/apache/commons/text/similarity #730.</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>