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 2009/08/06 22:05:14 UTC

svn commit: r801803 - /commons/proper/codec/trunk/src/java/org/apache/commons/codec/digest/DigestUtils.java

Author: ggregory
Date: Thu Aug  6 20:05:13 2009
New Revision: 801803

URL: http://svn.apache.org/viewvc?rev=801803&view=rev
Log:
DigestUtils.java:68: warning - @param argument "string" is not a parameter name.

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

Modified: commons/proper/codec/trunk/src/java/org/apache/commons/codec/digest/DigestUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/java/org/apache/commons/codec/digest/DigestUtils.java?rev=801803&r1=801802&r2=801803&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/java/org/apache/commons/codec/digest/DigestUtils.java (original)
+++ commons/proper/codec/trunk/src/java/org/apache/commons/codec/digest/DigestUtils.java Thu Aug  6 20:05:13 2009
@@ -61,7 +61,7 @@
     /**
      * Calls {@link StringUtils#getBytesUtf8(String)}
      * 
-     * @param string
+     * @param data
      *            the String to encode
      * @return encoded bytes
      */