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

Jean-Noel Rouvignac
24.30.2013 91c23ed6c504553c556c1970d691b9aa6a33d19b
Fixed checkstyle error.
1 files modified
3 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 3 ●●●● patch | view | raw | blame | history
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;