mirror of https://github.com/apache/kafka.git
MINOR: fix typo
Author: kenji yoshida <6b656e6a69@gmail.com> Reviewers: Ismael Juma Closes #996 from xuwei-k/patch-1
This commit is contained in:
parent
cfc324333f
commit
fe1fd703e8
|
@ -20,7 +20,7 @@ import java.io.InputStream;
|
|||
import java.nio.ByteBuffer;
|
||||
|
||||
/**
|
||||
* A byte buffer backed input outputStream
|
||||
* A byte buffer backed input inputStream
|
||||
*/
|
||||
public class ByteBufferInputStream extends InputStream {
|
||||
|
||||
|
|
Loading…
Reference in New Issue