Skip to content

Commit 12769a3

Browse files
authored
Merge pull request #416 from eXist-db/lguariento-patch-1
Removed duplicated <para>
2 parents d563cd7 + 175deb8 commit 12769a3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/xar-resources/data/devguide_indexes/devguide_indexes.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,6 @@
160160
<programlisting>public void reopenIndexes()</programlisting>
161161
<para>This method is called when <literal>repair()</literal> is called from
162162
<literal>org.exist.storage.NativeBroker</literal>.</para>
163-
<note>
164-
<para> <literal>repair()</literal> reconstructs every index (including the
165-
structural one) from what is contained in the persistent DOM (usually
166-
<literal>dom.dbx</literal>).</para>
167-
</note>
168163
<para> <literal>open()</literal> will be called for every registered
169164
<literal>Index</literal>. That allows each index to (re)allocate the resources it
170165
needs for its persistent storage.</para>

0 commit comments

Comments
 (0)