You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ol...@apache.org on 2008/11/16 14:04:09 UTC

svn commit: r718019 - /james/mime4j/trunk/src/main/java/org/apache/james/mime4j/decoder/Base64OutputStream.java

Author: olegk
Date: Sun Nov 16 05:04:09 2008
New Revision: 718019

URL: http://svn.apache.org/viewvc?rev=718019&view=rev
Log:
Removed commented out code

Modified:
    james/mime4j/trunk/src/main/java/org/apache/james/mime4j/decoder/Base64OutputStream.java

Modified: james/mime4j/trunk/src/main/java/org/apache/james/mime4j/decoder/Base64OutputStream.java
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/src/main/java/org/apache/james/mime4j/decoder/Base64OutputStream.java?rev=718019&r1=718018&r2=718019&view=diff
==============================================================================
--- james/mime4j/trunk/src/main/java/org/apache/james/mime4j/decoder/Base64OutputStream.java (original)
+++ james/mime4j/trunk/src/main/java/org/apache/james/mime4j/decoder/Base64OutputStream.java Sun Nov 16 05:04:09 2008
@@ -321,8 +321,6 @@
             if (lineLength > 0) {
                 System.arraycopy(lineSeparator, 0, buf, pos, lineSeparator.length);
                 pos += lineSeparator.length;
-//                System.arraycopy(lineSeparator, 0, buf, pos, lineSeparator.length);
-//                pos += lineSeparator.length;
             }
         } else if (offset < 0 || len < 0 || offset + len < 0) {
             throw new IndexOutOfBoundsException();



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org