Skip to content

Commit 231e4eb

Browse files
committed
DigestUtils.java:68: warning - @param argument "string" is not a parameter name.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@801803 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1bd7cc4 commit 231e4eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/java/org/apache/commons/codec/digest/DigestUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private static byte[] digest(MessageDigest digest, InputStream data) throws IOEx
6161
/**
6262
* Calls {@link StringUtils#getBytesUtf8(String)}
6363
*
64-
* @param string
64+
* @param data
6565
* the String to encode
6666
* @return encoded bytes
6767
*/

0 commit comments

Comments
 (0)