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 7d4fae27 Remove obsolete references in Javadoc 7d4fae27 is described below commit 7d4fae278c6cc955272b4826b6b5d8a76ae1d05e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jun 17 14:27:16 2023 -0400 Remove obsolete references in Javadoc --- 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 c58dc3bc..a61bada0 100644 --- a/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java +++ b/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java @@ -25,10 +25,6 @@ package org.apache.commons.codec.digest; * <strong>Note: Not all JCE implementations support all the algorithms in this enum.</strong> * </p> * - * @see <a href="http://docs.oracle.com/javase/6/docs/technotes/guides/security/SunProviders.html#SunJCEProvider"> Java - * 6 Cryptography Architecture Sun Providers Documentation</a> - * @see <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html#SunJCEProvider"> Java - * 7 Cryptography Architecture Sun Providers Documentation</a> * @see <a href="http://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html#SunJCEProvider"> Java * 8 Cryptography Architecture Sun Providers Documentation</a> * @see <a href=