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 2016/06/13 08:07:21 UTC

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

Author: ggregory
Date: Mon Jun 13 08:07:21 2016
New Revision: 1748130

URL: http://svn.apache.org/viewvc?rev=1748130&view=rev
Log:
Remove bogus Javadoc tags.

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

Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacUtils.java?rev=1748130&r1=1748129&r2=1748130&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacUtils.java (original)
+++ commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/HmacUtils.java Mon Jun 13 08:07:21 2016
@@ -900,7 +900,6 @@ public final class HmacUtils {
      *
      * @param algorithm to be used
      * @param  key the key to be used
-     * @return the instance
      * @throws IllegalArgumentException
      *             when a {@link NoSuchAlgorithmException} is caught or key is null or key is invalid.
      * @since 1.11
@@ -914,7 +913,6 @@ public final class HmacUtils {
      *
      * @param algorithm to be used
      * @param  key the key to be used
-     * @return the instance
      * @throws IllegalArgumentException
      *             when a {@link NoSuchAlgorithmException} is caught or key is null or key is invalid.
      * @since 1.11
@@ -928,7 +926,6 @@ public final class HmacUtils {
      *
      * @param algorithm to be used
      * @param  key the key to be used
-     * @return the instance
      * @throws IllegalArgumentException
      *             when a {@link NoSuchAlgorithmException} is caught or key is null or key is invalid.
      * @since 1.11
@@ -941,7 +938,6 @@ public final class HmacUtils {
      * Creates an instance using the provided algorithm type.
      *
      * @param algorithm to be used.
-     * @return the instance
      * @throws IllegalArgumentException
      *             when a {@link NoSuchAlgorithmException} is caught or key is null or key is invalid.
      * @since 1.11