Skip to content

Commit 175deb8

Browse files
authored
Removed duplicated <para>
This element: <para> <literal>repair()</literal> reconstructs every index (including the structural one) from what is contained in the persistent DOM (usually <literal>dom.dbx</literal>). </para> was appearing twice. I just kept the first occurrence of it.
1 parent d563cd7 commit 175deb8

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)