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

jvergara
26.57.2007 bb10a6bd50dc26325086697451d76ca6b7d95772
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java
@@ -110,6 +110,10 @@
   */
  SUFFIXES_TO_REPLICATE,
  /**
   * The value associated with this is a Boolean.
   */
  REPLICATION_SECURE,
  /**
   * The value associated with this is a String.
   */
  REPLICATION_PORT,
@@ -147,11 +151,16 @@
   */
  GLOBAL_ADMINISTRATOR_PWD_CONFIRM,
  /**
   * The value associated with this is a Map where the key is a ServerDescriptor
   * and the value an Integer.
   * The value associated with this is a Map where the key is a String and the
   * value a String.
   */
  REMOTE_REPLICATION_PORT,
  /**
   * The value associated with this is a Map where the key is a String and the
   * value a Boolean.
   */
  REMOTE_REPLICATION_SECURE,
  /**
   * The value associated with this is a Boolean.
   */
  SERVER_START,