[#2261] Correct javadoc of ChunkedInput

This commit is contained in:
Norman Maurer 2014-03-03 07:03:58 +01:00
parent 216fce193b
commit 6513859a79

View File

@ -37,7 +37,7 @@ public interface ChunkedInput<B> {
/** /**
* Fetches a chunked data from the stream. Once this method returns the last chunk * 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()} * 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. * @return the fetched chunk.
* {@code null} if there is no data left in the stream. * {@code null} if there is no data left in the stream.