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

Jean-Noel Rouvignac
24.11.2015 8d21db36015f8560d9cd2bcee9817f2c0a07a386
opendj-server-legacy/src/test/java/org/opends/server/replication/StressTest.java
@@ -66,9 +66,7 @@
  private BrokerReader reader;
  /**
   * A "person" entry
   */
  /** A "person" entry. */
  private Entry personEntry;
  private int replServerPort;
@@ -215,17 +213,13 @@
  {
    int count;
    /**
     * Creates a new Stress Test Reader
     */
    /** Creates a new Stress Test Reader. */
    public BrokerWriter(int count)
    {
      this.count = count;
    }
    /**
     * {@inheritDoc}
     */
    /** {@inheritDoc} */
    @Override
    public void run()
    {
@@ -254,16 +248,14 @@
    private Boolean finished = false;
    /**
     * Creates a new Stress Test Reader
     * Creates a new Stress Test Reader.
     */
    public BrokerReader(ReplicationBroker broker)
    {
      this.broker = broker;
    }
    /**
     * {@inheritDoc}
     */
    /** {@inheritDoc} */
    @Override
    public void run()
    {
@@ -291,7 +283,7 @@
    }
    /**
     * wait until the thread has finished its job then return the number of
     * Wait until the thread has finished its job then return the number of
     * received messages.
     */
    public int getCount()