mirror of https://github.com/apache/lucene.git
fix forrest error in fileformats.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@779179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d12461a812
commit
e01ac9ce2e
|
@ -293,7 +293,7 @@ document.write("Last Published: " + document.lastModified);
|
|||
<a href="#Compound Types">Compound Types</a>
|
||||
<ul class="minitoc">
|
||||
<li>
|
||||
<a href="#String">Map<String,String></a>
|
||||
<a href="#MapStringString">Map<String,String></a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -1274,7 +1274,7 @@ document.write("Last Published: " + document.lastModified);
|
|||
<a name="N1043C"></a><a name="Compound Types"></a>
|
||||
<h2 class="boxed">Compound Types</h2>
|
||||
<div class="section">
|
||||
<a name="N10441"></a><a name="String"></a>
|
||||
<a name="N10441"></a><a name="MapStringString"></a>
|
||||
<h3 class="boxed">Map<String,String></h3>
|
||||
<p>
|
||||
In a couple places Lucene stores a Map
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -760,7 +760,7 @@
|
|||
</section>
|
||||
|
||||
<section id="Compound Types"><title>Compound Types</title>
|
||||
<section id="String"><title>Map<String,String></title>
|
||||
<section id="MapStringString"><title>Map<String,String></title>
|
||||
|
||||
<p>
|
||||
In a couple places Lucene stores a Map
|
||||
|
|
Loading…
Reference in New Issue