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

commit 9fc3ee00bdef269de3d4785a4d2aecabe340d9f4
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jul 20 09:16:54 2025 -0400

    Javadoc
---
 .../java/org/apache/commons/text/similarity/LevenshteinDistance.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/text/similarity/LevenshteinDistance.java 
b/src/main/java/org/apache/commons/text/similarity/LevenshteinDistance.java
index 553bd8d6..01f3494c 100644
--- a/src/main/java/org/apache/commons/text/similarity/LevenshteinDistance.java
+++ b/src/main/java/org/apache/commons/text/similarity/LevenshteinDistance.java
@@ -392,7 +392,7 @@ public class LevenshteinDistance implements 
EditDistance<Integer> {
     /**
      * Gets the distance threshold.
      *
-     * @return The distance threshold
+     * @return The distance threshold.
      */
     public Integer getThreshold() {
         return threshold;

Reply via email to