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:14:27 UTC

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

Author: ggregory
Date: Mon Jun 13 08:14:26 2016
New Revision: 1748132

URL: http://svn.apache.org/viewvc?rev=1748132&view=rev
Log:
Javadoc: Use the active voice.

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=1748132&r1=1748131&r2=1748132&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:14:26 2016
@@ -898,8 +898,8 @@ public final class HmacUtils {
     /**
      * Creates an instance using the provided algorithm type.
      *
-     * @param algorithm to be used
-     * @param  key the key to be used
+     * @param algorithm to use
+     * @param  key the key to use
      * @throws IllegalArgumentException
      *             when a {@link NoSuchAlgorithmException} is caught or key is null or key is invalid.
      * @since 1.11
@@ -911,8 +911,8 @@ public final class HmacUtils {
     /**
      * Creates an instance using the provided algorithm type.
      *
-     * @param algorithm to be used
-     * @param  key the key to be used
+     * @param algorithm to use
+     * @param  key the key to use
      * @throws IllegalArgumentException
      *             when a {@link NoSuchAlgorithmException} is caught or key is null or key is invalid.
      * @since 1.11
@@ -924,8 +924,8 @@ public final class HmacUtils {
     /**
      * Creates an instance using the provided algorithm type.
      *
-     * @param algorithm to be used
-     * @param  key the key to be used
+     * @param algorithm to use
+     * @param  key the key to use
      * @throws IllegalArgumentException
      *             when a {@link NoSuchAlgorithmException} is caught or key is null or key is invalid.
      * @since 1.11
@@ -937,8 +937,8 @@ public final class HmacUtils {
     /**
      * Creates an instance using the provided algorithm type.
      *
-     * @param algorithm to be used.
-     * @param key the key to be used
+     * @param algorithm to use.
+     * @param key the key to use
      * @throws IllegalArgumentException
      *             when a {@link NoSuchAlgorithmException} is caught or key is null or key is invalid.
      * @since 1.11