[#2261] Correct javadoc of ChunkedInput
This commit is contained in:
parent
13b5d8b3c2
commit
5bdfbbc7d1
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user