Skip to content

Commit 6520641

Browse files
committed
Fix javadoc warning for Java 1.4.2 developers.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@793396 13f79535-47bb-0310-9956-ffa450edef68
1 parent dbf200d commit 6520641

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/java/org/apache/commons/codec/binary/Base64.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,9 @@ int readResults(byte[] b, int bPos, int bAvail) {
300300
}
301301

302302
/**
303-
* Small optimization where we try to buffer directly to the consumer's
304-
* output array for one round (if consumer calls this method first!) instead
305-
* of starting our own buffer.
306-
*
303+
* Sets the streaming buffer. This is a small optimization where we try to buffer directly to the consumer's output
304+
* array for one round (if the consumer calls this method first) instead of starting our own buffer.
305+
*
307306
* @param out byte[] array to buffer directly to.
308307
* @param outPos Position to start buffering into.
309308
* @param outAvail Amount of bytes available for direct buffering.

0 commit comments

Comments
 (0)