mirror of https://github.com/apache/lucene.git
clear mysterious javadocs-lint warning. the first sentence is special: if you place anchors there, they are copied verbatim into summary sections as well, creating duplicate anchors
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1383201 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1517b16cf4
commit
26fc507840
|
@ -33,9 +33,10 @@ import org.apache.lucene.util.ThreadInterruptedException;
|
|||
import org.apache.lucene.util.Constants;
|
||||
|
||||
/**
|
||||
* <a name="subclasses"/>
|
||||
* Base class for Directory implementations that store index
|
||||
* files in the file system. There are currently three core
|
||||
* files in the file system.
|
||||
* <a name="subclasses"/>
|
||||
* There are currently three core
|
||||
* subclasses:
|
||||
*
|
||||
* <ul>
|
||||
|
|
Loading…
Reference in New Issue