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/StressTest.java
@@ -119,7 +119,7 @@
      int count = TOTAL_MESSAGES;
      // Create a number of writer thread that will loop modifying the entry
      List<Thread> writerThreadList = new LinkedList<Thread>();
      List<Thread> writerThreadList = new LinkedList<>();
      for (int n = 0; n < 1; n++)
      {
        BrokerWriter writer = new BrokerWriter(count);
@@ -322,7 +322,7 @@
      else
        attr = Attributes.create("received-messages", String
            .valueOf(reader.getCurrentCount()));
      List<Attribute> list = new LinkedList<Attribute>();
      List<Attribute> list = new LinkedList<>();
      list.add(attr);
      attr = Attributes.create("base-dn", "ou=People," + TEST_ROOT_DN_STRING);
      list.add(attr);