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

commit c27646bd066760a0a2d0a402a99c39f6583e512d
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Aug 6 16:39:01 2026 -0400

    Javadoc
    
    Private class doesn't need @since tag.
---
 src/main/java/org/apache/commons/codec/language/bm/PhoneticEngine.java | 2 --
 1 file changed, 2 deletions(-)

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 18e697e5..ac4b2b35 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
@@ -235,8 +235,6 @@ public class PhoneticEngine {
      * Although this class is not thread-safe (it has mutable unprotected 
fields), it is not shared between threads as it is constructed as needed by the
      * calling methods.
      * </p>
-     *
-     * @since 1.6
      */
     private static final class RulesApplication {
 

Reply via email to