fix javadocs

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378682 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2012-08-29 18:53:30 +00:00
parent d359353970
commit d77cde0c61
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import java.io.IOException;
import java.util.zip.CRC32;
import java.util.zip.Checksum;
/** Writes bytes through to a primary IndexOutput, computing
/** Reads bytes through to a primary IndexInput, computing
* checksum as it goes. Note that you cannot use seek().
*
* @lucene.internal