javadoc fix: final class can't be subclassed, and even if it could the subclass can't call a method that doesn't exist

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1161228 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2011-08-24 18:47:54 +00:00
parent 28f59a2e05
commit 69d8906c16
1 changed files with 0 additions and 2 deletions

View File

@ -53,8 +53,6 @@ public final class CompoundFileDirectory extends Directory {
/**
* Create a new CompoundFileDirectory.
* <p>
* NOTE: subclasses must call {@link #initForRead(Map)} before the directory can be used.
*/
public CompoundFileDirectory(Directory directory, String fileName, IOContext context, boolean openForWrite) throws IOException {
this.directory = directory;