mirror of https://github.com/apache/lucene.git
small typo fix
PR:32432 Reviewed by: Bernhard Messer git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150687 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
adb32ee179
commit
c8ccdf94ca
|
@ -244,10 +244,10 @@ limitations under the License.
|
|||
</tr>
|
||||
<tr valign="TOP">
|
||||
<td width="25%">
|
||||
<a href="api/org/apache/lucene/store/FSDirectory.html#lockDir">lockDir</a>
|
||||
<a href="api/org/apache/lucene/store/FSDirectory.html#lockdir">lockdir</a>
|
||||
</td>
|
||||
<td width="25%">
|
||||
org.apache.lucene.lockDir
|
||||
org.apache.lucene.lockdir
|
||||
</td>
|
||||
<td width="25%">
|
||||
the value of <code>java.io.tmpdir</code> system property
|
||||
|
|
|
@ -103,10 +103,10 @@
|
|||
</tr>
|
||||
<tr valign="TOP">
|
||||
<td width="25%">
|
||||
<a href="api/org/apache/lucene/store/FSDirectory.html#lockDir">lockDir</a>
|
||||
<a href="api/org/apache/lucene/store/FSDirectory.html#lockdir">lockdir</a>
|
||||
</td>
|
||||
<td width="25%">
|
||||
org.apache.lucene.lockDir
|
||||
org.apache.lucene.lockdir
|
||||
</td>
|
||||
<td width="25%">
|
||||
the value of <code>java.io.tmpdir</code> system property
|
||||
|
|
Loading…
Reference in New Issue