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 b316a5b0 Remove Java 6 and 7 Javadoc links
b316a5b0 is described below

commit b316a5b02726d8bf03091255fa225db999f3e4ca
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 8 11:10:56 2026 -0500

    Remove Java 6 and 7 Javadoc links
---
 src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java 
b/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java
index 0d93670b..2ab7d661 100644
--- a/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java
+++ b/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java
@@ -107,10 +107,6 @@ public enum HmacAlgorithms {
     /**
      * The algorithm name.
      *
-     * @see <a 
href="https://docs.oracle.com/javase/6/docs/technotes/guides/security/SunProviders.html#SunJCEProvider";>
-     *      Java 6 Cryptography Architecture Sun Providers Documentation</a>
-     * @see <a 
href="https://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html#SunJCEProvider";>
-     *      Java 7 Cryptography Architecture Sun Providers Documentation</a>
      * @see <a 
href="https://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html#SunJCEProvider";>
      *      Java 8 Cryptography Architecture Sun Providers Documentation</a>
      * @see <a href=

Reply via email to