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-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e155881 Javadoc
9e155881 is described below

commit 9e155881bb58c2939bb512111f27ea0912cde565
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 8 14:38:23 2025 -0500

    Javadoc
---
 src/main/java/org/apache/commons/codec/digest/DigestUtils.java | 2 +-
 src/main/java/org/apache/commons/codec/digest/HmacUtils.java   | 2 +-
 src/main/java/org/apache/commons/codec/language/bm/Rule.java   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/codec/digest/DigestUtils.java 
b/src/main/java/org/apache/commons/codec/digest/DigestUtils.java
index 937f9434..6b899827 100644
--- a/src/main/java/org/apache/commons/codec/digest/DigestUtils.java
+++ b/src/main/java/org/apache/commons/codec/digest/DigestUtils.java
@@ -1540,7 +1540,7 @@ public class DigestUtils {
     /**
      * Preserves binary compatibility only. As for previous versions does not 
provide useful behavior
      *
-     * @deprecated since 1.11; only useful to preserve binary compatibility
+     * @deprecated Since 1.11; only useful to preserve binary compatibility
      */
     @Deprecated
     public DigestUtils() {
diff --git a/src/main/java/org/apache/commons/codec/digest/HmacUtils.java 
b/src/main/java/org/apache/commons/codec/digest/HmacUtils.java
index 89bceb6d..1aa9c2e9 100644
--- a/src/main/java/org/apache/commons/codec/digest/HmacUtils.java
+++ b/src/main/java/org/apache/commons/codec/digest/HmacUtils.java
@@ -876,7 +876,7 @@ public final class HmacUtils {
     /**
      * Preserves binary compatibility only.
      * As for previous versions does not provide useful behavior
-     * @deprecated since 1.11; only useful to preserve binary compatibility
+     * @deprecated Since 1.11; only useful to preserve binary compatibility
      */
     @Deprecated
     public HmacUtils() {
diff --git a/src/main/java/org/apache/commons/codec/language/bm/Rule.java 
b/src/main/java/org/apache/commons/codec/language/bm/Rule.java
index abba578b..f2772b97 100644
--- a/src/main/java/org/apache/commons/codec/language/bm/Rule.java
+++ b/src/main/java/org/apache/commons/codec/language/bm/Rule.java
@@ -181,7 +181,7 @@ public class Rule {
          *
          * @param right the Phoneme to join
          * @return a new Phoneme
-         * @deprecated since 1.9
+         * @deprecated Since 1.9
          */
         @Deprecated
         public Phoneme join(final Phoneme right) {

Reply via email to