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

Jean-Noël Rouvignac
20.36.2016 2a3158aad80fc910b83336485b3e545dea50066c
opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/DataReplicationOptions.java
@@ -12,7 +12,7 @@
 * information: "Portions Copyright [year] [name of copyright owner]".
 *
 * Copyright 2006-2008 Sun Microsystems, Inc.
 * Portions Copyright 2013-2015 ForgeRock AS.
 * Portions Copyright 2013-2016 ForgeRock AS.
 */
package org.opends.quicksetup.installer;
@@ -31,17 +31,11 @@
   */
  public enum Type
  {
    /**
     * Standalone server.
     */
    /** Standalone server. */
    STANDALONE,
    /**
     * Replicate Contents and this is the first server in topology..
     */
    /** Replicate Contents and this is the first server in topology.. */
    FIRST_IN_TOPOLOGY,
    /**
     * Replicate Contents of the new Suffix with existing server.
     */
    /** Replicate Contents of the new Suffix with existing server. */
    IN_EXISTING_TOPOLOGY
  }
@@ -54,9 +48,7 @@
    authenticationData.setPort(4444);
  }
  /**
   * Private constructor for the DataReplicationOptions object.
   */
  /** Private constructor for the DataReplicationOptions object. */
  private DataReplicationOptions()
  {
  }