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

ludovicp
29.03.2008 1d73841b5551cb5a7bdd7523b63730bad927c130
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -329,7 +329,7 @@
        synchronized (this)
        {
          /* check if we are connected every second */
          int randomizer = (int) Math.random()*100;
          int randomizer = (int)(Math.random()*100);
          wait(1000 + randomizer);
        }
      } catch (InterruptedException e)