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

Jean-Noel Rouvignac
24.30.2013 21cf5800a5b75e3f20244312c16c90ab5795045d
Fixed checkstyle error.
1 files modified
3 ■■■■ changed files
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 3 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -96,7 +96,8 @@
  /** Map containing information about what has been configured remotely. */
  private Map<ServerDescriptor, ConfiguredReplication>
    hmConfiguredRemoteReplication = new HashMap<ServerDescriptor, ConfiguredReplication>();
      hmConfiguredRemoteReplication =
          new HashMap<ServerDescriptor, ConfiguredReplication>();
  // Constants used to do checks
  private static final int MIN_DIRECTORY_MANAGER_PWD = 1;