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:
Daniel Naber 2004-08-17 20:59:23 +00:00
parent a7a55017e3
commit 34bab2ca15
1 changed files with 1 additions and 1 deletions

View File

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