mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
24.20.2011 4784b182fcf8e767f6345d5cf854d17f5abdd4fe
Fix for OPENDJ-321: Expand dsconfig reference with more examples and descriptions of subcommands

Fix precommit errors
1 files modified
13 ■■■■ changed files
opends/src/server/org/opends/server/util/args/SubCommandArgumentParser.java 13 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/util/args/SubCommandArgumentParser.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions copyright 2011 ForgeRock AS
 */
package org.opends.server.util.args;
import org.opends.messages.Message;
@@ -41,7 +42,6 @@
import java.util.Collections;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.Locale;
import java.util.Map;
import java.util.Properties;
import java.util.SortedMap;
@@ -2047,7 +2047,8 @@
     <para>Creates Local DB Indexes</para>
     <variablelist>
      <varlistentry>
       <term><option>--backend-name {name}</option></term>
       <term><option>--backend-name {name}
        </option></term>
       <listitem>
        <para>The name of the Local DB Backend</para>
       </listitem>
@@ -2055,9 +2056,9 @@
      <varlistentry>
       <term><option>--index-name {OID}</option></term>
       <listitem>
        <para>The name of the new Local DB Index which will also be used as the
        value of the "attribute" property: Specifies the name of the attribute
        for which the index is to be maintained.</para>
        <para>The name of the new Local DB Index which will also be used
        as the value of the "attribute" property: Specifies the name
        of the attribute for which the index is to be maintained.</para>
       </listitem>
      </varlistentry>
      <varlistentry>
@@ -2071,6 +2072,7 @@
      </varlistentry>
     </variablelist>
     </refsect2>
   * </pre>
   * @param sc The SubCommand containing reference information.
   * @return Refsect2 representation of the subcommand.
   */
@@ -2108,4 +2110,3 @@
      "</refsect2>" + EOL;
  }
}