MINOR: fix typo

Author: kenji yoshida <6b656e6a69@gmail.com>

Reviewers: Ismael Juma

Closes #996 from xuwei-k/patch-1
This commit is contained in:
kenji yoshida 2016-03-02 17:23:30 -08:00 committed by Gwen Shapira
parent cfc324333f
commit fe1fd703e8
1 changed files with 1 additions and 1 deletions

View File

@ -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 {