dnaber      2004/08/17 13:59:24

  Modified:    src/java/org/apache/lucene/index CompoundFileReader.java
  Log:
  fix the @param tag that got broken with the previous commit
  
  Revision  Changes    Path
  1.11      +2 -2      
jakarta-lucene/src/java/org/apache/lucene/index/CompoundFileReader.java
  
  Index: CompoundFileReader.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-lucene/src/java/org/apache/lucene/index/CompoundFileReader.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- CompoundFileReader.java   17 Aug 2004 20:38:45 -0000      1.10
  +++ CompoundFileReader.java   17 Aug 2004 20:59:23 -0000      1.11
  @@ -203,7 +203,7 @@
            *  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
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to