From d77cde0c61b7b4c93fdc9b194c7377ecee0c7c10 Mon Sep 17 00:00:00 2001 From: Michael McCandless Date: Wed, 29 Aug 2012 18:53:30 +0000 Subject: [PATCH] fix javadocs git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378682 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/java/org/apache/lucene/store/ChecksumIndexInput.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/core/src/java/org/apache/lucene/store/ChecksumIndexInput.java b/lucene/core/src/java/org/apache/lucene/store/ChecksumIndexInput.java index 224ca0dcd84..13975783735 100644 --- a/lucene/core/src/java/org/apache/lucene/store/ChecksumIndexInput.java +++ b/lucene/core/src/java/org/apache/lucene/store/ChecksumIndexInput.java @@ -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