This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push:
new 76195b35 Javadoc
76195b35 is described below
commit 76195b3546ad9a6411b25b15c6ee0c143c4dc0c0
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Aug 6 10:11:09 2026 -0400
Javadoc
---
src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java
b/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java
index ff76db7b..f208a561 100644
--- a/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java
+++ b/src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java
@@ -469,7 +469,7 @@ public class PhoneticEngine {
}
/**
- * Finds the last occurrence of a repeating prefix in a string, starting
from the beginning of the string and moving forward.
+ * Finds the index past the last occurrence of a repeating prefix in a
string, starting from the beginning of the string and moving forward.
*
* @param source The source string to search within.
* @param prefix The prefix to look for.