Author: sback
Date: 2007-06-14 14:50:07 +0000 (Thu, 14 Jun 2007)
New Revision: 13595

Modified:
   trunk/freenet/src/freenet/support/HexUtil.java
Log:
Comment changed: bytesToHex provides lowercase hex representation

Modified: trunk/freenet/src/freenet/support/HexUtil.java
===================================================================
--- trunk/freenet/src/freenet/support/HexUtil.java      2007-06-14 12:53:21 UTC 
(rev 13594)
+++ trunk/freenet/src/freenet/support/HexUtil.java      2007-06-14 14:50:07 UTC 
(rev 13595)
@@ -21,7 +21,7 @@


        /**
-        * Converts a byte array into a string of upper case hex chars.
+        * Converts a byte array into a string of lower case hex chars.
         * 
         * @param bs
         *            A byte array


Reply via email to