Author: ggregory Date: Thu May 19 19:06:23 2016 New Revision: 1744619 URL: http://svn.apache.org/viewvc?rev=1744619&view=rev Log: Match Javadocs to code.
Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/DigestUtils.java Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/DigestUtils.java URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/DigestUtils.java?rev=1744619&r1=1744618&r2=1744619&view=diff ============================================================================== --- commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/DigestUtils.java (original) +++ commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/DigestUtils.java Thu May 19 19:06:23 2016 @@ -1030,8 +1030,8 @@ public static byte[] sha(final byte[] da /** * Updates the {@link MessageDigest} in the {@link DigestUtils} instance * - * @param valueToDigest - * the value to update the {@link MessageDigest} with + * @param data + * the data to update the {@link MessageDigest} with * @return the updated {@link DigestUtils} * @since 1.11 */ @@ -1043,8 +1043,8 @@ public static byte[] sha(final byte[] da /** * Updates the {@link MessageDigest} in the {@link DigestUtils} instance * - * @param valueToDigest - * the value to update the {@link MessageDigest} with + * @param data + * the data to update the {@link MessageDigest} with * @return the updated {@link DigestUtils} * @since 1.11 */ @@ -1056,8 +1056,8 @@ public static byte[] sha(final byte[] da /** * Updates the {@link MessageDigest} in the {@link DigestUtils} instance * - * @param valueToDigest - * the value to update the {@link MessageDigest} with + * @param data + * the data to update the {@link MessageDigest} with * @return the updated {@link DigestUtils} * @since 1.11 */ @@ -1069,8 +1069,8 @@ public static byte[] sha(final byte[] da /** * Updates the {@link MessageDigest} in the {@link DigestUtils} instance * - * @param valueToDigest - * the value to update the {@link MessageDigest} with + * @param data + * the data to update the {@link MessageDigest} with * @return the updated {@link DigestUtils} * @since 1.11 */ @@ -1088,8 +1088,8 @@ public static byte[] sha(final byte[] da /** * Updates the {@link MessageDigest} in the {@link DigestUtils} instance * - * @param valueToDigest - * the value to update the {@link MessageDigest} with + * @param data + * the data to update the {@link MessageDigest} with * @return the updated {@link DigestUtils} * @since 1.11 */