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 2012/04/23 14:26:56 UTC

svn commit: r1329207 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Md5Crypt.java

Author: ggregory
Date: Mon Apr 23 12:26:56 2012
New Revision: 1329207

URL: http://svn.apache.org/viewvc?rev=1329207&view=rev
Log:
Javadoc tweak.

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

Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Md5Crypt.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Md5Crypt.java?rev=1329207&r1=1329206&r2=1329207&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Md5Crypt.java (original)
+++ commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Md5Crypt.java Mon Apr 23 12:26:56 2012
@@ -36,7 +36,7 @@ import org.apache.commons.codec.Charsets
  * Conversion to Kotlin and from there to Java in 2012.
  * </p>
  * <p>
- * The C style comments are from the original C code, the ones with "//" from me.
+ * The C style comments are from the original C code, the ones with "//" from the port.
  * </p>
  * 
  * @version $Id$