From 34bab2ca15238cdba51f817d500d3921a8f48bc5 Mon Sep 17 00:00:00 2001 From: Daniel Naber Date: Tue, 17 Aug 2004 20:59:23 +0000 Subject: [PATCH] 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 --- src/java/org/apache/lucene/index/CompoundFileReader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/lucene/index/CompoundFileReader.java b/src/java/org/apache/lucene/index/CompoundFileReader.java index 584607b7441..84b568dc72c 100644 --- a/src/java/org/apache/lucene/index/CompoundFileReader.java +++ b/src/java/org/apache/lucene/index/CompoundFileReader.java @@ -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