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

Jean-Noel Rouvignac
08.48.2015 a89f7014aeb71dba5c94404dfea7eb89e7eeee74
opendj-server-legacy/src/test/java/org/opends/server/replication/InitOnLineTest.java
@@ -472,7 +472,7 @@
  private ReplicationServer createReplicationServer(int replServerId,
      String testCase) throws Exception
  {
    SortedSet<String> servers = new TreeSet<String>();
    SortedSet<String> servers = new TreeSet<>();
    if (replServerId != replServer1ID)
      servers.add("localhost:" + getReplServerPort(replServer1ID));
    if (replServerId != replServer2ID)