Skip to content

Commit 33164b6

Browse files
committed
Replace Java 9 with Java 11 LTS reference
1 parent 7d4fae2 commit 33164b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
* @see <a href="http://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html#SunJCEProvider"> Java
2929
* 8 Cryptography Architecture Sun Providers Documentation</a>
3030
* @see <a href=
31-
* "http://docs.oracle.com/javase/9/security/oracleproviders.htm#JSSEC-GUID-A47B1249-593C-4C38-A0D0-68FA7681E0A7">
32-
* Java 9 Cryptography Architecture Sun Providers Documentation</a>
31+
* "https://docs.oracle.com/en/java/javase/11/security/oracle-providers.html#GUID-A47B1249-593C-4C38-A0D0-68FA7681E0A7">
32+
* Java 11 Cryptography Architecture Sun Providers Documentation</a>
3333
* @since 1.10
3434
*/
3535
public enum HmacAlgorithms {

0 commit comments

Comments
 (0)