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

gbellato
03.12.2009 574b552348f1f8a8740594b35fda1297ad62bfbe
opends/src/server/org/opends/server/replication/service/ReplicationBroker.java
@@ -369,7 +369,6 @@
      if (rsInfos.size() > 0)
      {
        // At least one server answered, find the best one.
        String bestServer = computeBestReplicationServer(state, rsInfos,
          serverId, baseDn, groupId);
@@ -1838,4 +1837,15 @@
      }
    }
  }
  /**
   * Check if the broker could not find any Replication Server and therefore
   * connection attempt failed.
   *
   * @return true if the server could not connect to any Replication Server.
   */
  public boolean hasConnectionError()
  {
    return connectionError;
  }
}