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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]