Fix javdoc

This commit is contained in:
Taro L. Saito 2015-05-12 09:57:35 +09:00
parent b1b827695c
commit 62fe335057

View File

@ -330,8 +330,9 @@ public class SnappyInputStream extends InputStream
} }
/** /**
* * Read next len bytes
* @param dest * @param dest
* @param offset
* @param len * @param len
* @return read bytes * @return read bytes
*/ */