mirror of https://github.com/apache/lucene.git
fix the @param tag that got broken with the previous commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150446 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a7a55017e3
commit
34bab2ca15
|
@ -203,7 +203,7 @@ class CompoundFileReader extends Directory {
|
|||
* position in the input.
|
||||
* @param b the array to read bytes into
|
||||
* @param offset the offset in the array to start storing bytes
|
||||
* @param length the number of bytes to read
|
||||
* @param len the number of bytes to read
|
||||
*/
|
||||
protected void readInternal(byte[] b, int offset, int len)
|
||||
throws IOException
|
||||
|
|
Loading…
Reference in New Issue