Author: ggregory
Date: Sun Jul 12 18:49:24 2009
New Revision: 793396
URL: http://svn.apache.org/viewvc?rev=793396&view=rev
Log:
Fix javadoc warning for Java 1.4.2 developers.
Modified:
commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java
Modified:
commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java?rev=793396&r1=793395&r2=793396&view=diff
==============================================================================
---
commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java
(original)
+++
commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java
Sun Jul 12 18:49:24 2009
@@ -300,10 +300,9 @@
}
/**
- * Small optimization where we try to buffer directly to the consumer's
- * output array for one round (if consumer calls this method first!)
instead
- * of starting our own buffer.
- *
+ * Sets the streaming buffer. This is a small optimization where we try to
buffer directly to the consumer's output
+ * array for one round (if the consumer calls this method first) instead
of starting our own buffer.
+ *
* @param out byte[] array to buffer directly to.
* @param outPos Position to start buffering into.
* @param outAvail Amount of bytes available for direct buffering.