dev version bump
[fanfix.git] / src / jexer / bits / StringUtils.java
index 58c35de82726408b7c9b69eee7a1bf5bee5a38b8..2a4fc1dc152b4cbb3dc1ba5fb5dc49b4d3ca940c 100644 (file)
@@ -609,9 +609,6 @@ public class StringUtils {
      * representation i accordance with RFC 2045.
      * @param sArr The bytes to convert. If <code>null</code> or length 0
      * an empty array will be returned.
-     * @param lineSep Optional "\r\n" after 76 characters, unless end of
-     * file.<br> No line separator will be in breach of RFC 2045 which
-     * specifies max 76 per line but will be a little faster.
      * @return A BASE64 encoded array. Never <code>null</code>.
      */
     public final static String toBase64(byte[] sArr) {