fixing the inaccurate javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@179621 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2005-06-02 18:18:50 +00:00
parent 098a0e95b8
commit b305174366
1 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ import java.io.IOException;
* fileCount entries with the following structure:</li>
* <ul>
* <li>long dataOffset</li>
* <li>UTFString extension</li>
* <li>String fileName</li>
* </ul>
* <li>{File Data}
* fileCount entries with the raw data of the corresponding file</li>
@ -42,8 +42,8 @@ import java.io.IOException;
*
* The fileCount integer indicates how many files are contained in this compound
* file. The {directory} that follows has that many entries. Each directory entry
* contains an encoding identifier, a long pointer to the start of this file's
* data section, and a UTF String with that file's extension.
* contains a long pointer to the start of this file's data section, and a String
* with that file's name.
*
* @author Dmitry Serebrennikov
* @version $Id$