Author: xor
Date: 2008-11-18 00:49:57 +0000 (Tue, 18 Nov 2008)
New Revision: 23716

Modified:
   trunk/freenet/src/freenet/support/Base64.java
Log:
Add FIXME.

Modified: trunk/freenet/src/freenet/support/Base64.java
===================================================================
--- trunk/freenet/src/freenet/support/Base64.java       2008-11-18 00:43:22 UTC 
(rev 23715)
+++ trunk/freenet/src/freenet/support/Base64.java       2008-11-18 00:49:57 UTC 
(rev 23716)
@@ -69,6 +69,10 @@
     return encode(in, false);
   }
 
+  /* FIXME: Figure out where this function is used and maybe remove it if its 
not
+   * used. Its old javadoc which has been here for a while fools the user into 
believing
+   * that the format is standard compliant */
+  
   /**
    * Caller should specify equalsPad=true if they want a standards compliant 
padding,
    * but not standard compliant encoding.

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to