[open-ils-commits] r8096 - trunk/Open-ILS/src/java/org/open_ils/util
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Nov 20 11:22:37 EST 2007
Author: erickson
Date: 2007-11-20 11:04:59 -0500 (Tue, 20 Nov 2007)
New Revision: 8096
Modified:
trunk/Open-ILS/src/java/org/open_ils/util/Utils.java
Log:
repaired doc string
Modified: trunk/Open-ILS/src/java/org/open_ils/util/Utils.java
===================================================================
--- trunk/Open-ILS/src/java/org/open_ils/util/Utils.java 2007-11-20 13:13:20 UTC (rev 8095)
+++ trunk/Open-ILS/src/java/org/open_ils/util/Utils.java 2007-11-20 16:04:59 UTC (rev 8096)
@@ -47,7 +47,7 @@
/**
* Generates the hex md5sum of a string.
- * @param The string to md5sum
+ * @param s The string to md5sum
* @return The 32-character hex md5sum
*/
public static String md5Hex(String s) {
More information about the open-ils-commits
mailing list