You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/10/27 00:07:26 UTC

svn commit: r1634405 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java

Author: ggregory
Date: Sun Oct 26 23:07:26 2014
New Revision: 1634405

URL: http://svn.apache.org/r1634405
Log:
Fix Javadoc bad link.

Modified:
    commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java

Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java?rev=1634405&r1=1634404&r2=1634405&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java (original)
+++ commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java Sun Oct 26 23:07:26 2014
@@ -18,7 +18,7 @@
 package org.apache.commons.codec.digest;
 
 /**
- * Standard {@link HmacSHA512} algorithm names from the <cite>Java Cryptography Architecture Standard Algorithm Name
+ * Standard {@link HmacUtils} algorithm names from the <cite>Java Cryptography Architecture Standard Algorithm Name
  * Documentation</cite>.
  *
  * <p>