Author: ajaquith
Date: Thu May 22 21:04:47 2008
New Revision: 659407

URL: http://svn.apache.org/viewvc?rev=659407&view=rev
Log:
Miscellaneous and varied Java 5 enhancements (such as for-loops).

Modified:
    incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/util/CryptoUtil.java

Modified: incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/util/CryptoUtil.java
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/util/CryptoUtil.java?rev=659407&r1=659406&r2=659407&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/util/CryptoUtil.java 
(original)
+++ incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/util/CryptoUtil.java Thu May 
22 21:04:47 2008
@@ -189,7 +189,7 @@
      * Helper method that extracts the hashed password fragment from a 
supplied salted SHA digest
      * by taking all of the characters before position 20.
      * 
-     * @param challenge the salted digest, which is assumed to have been
+     * @param digest the salted digest, which is assumed to have been
      *            previously decoded from Base64.
      * @return the password hash
      * @throws IllegalArgumentException if the length of the supplied digest is


Reply via email to