[#2261] Correct javadoc of ChunkedInput

This commit is contained in:
Norman Maurer 2014-03-03 07:03:58 +01:00
parent 13b5d8b3c2
commit 5bdfbbc7d1

View File

@ -37,7 +37,7 @@ public interface ChunkedInput<B> {
/**
* Fetches a chunked data from the stream. Once this method returns the last chunk
* and thus the stream has reached at its end, any subsequent {@link #isEndOfInput()}
* call must return {@code false}.
* call must return {@code true}.
*
* @return the fetched chunk.
* {@code null} if there is no data left in the stream.