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

Jean-Noel Rouvignac
06.33.2013 f5f321ac378eda6f2effe0fb897ddeed6c1eb188
opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -1414,12 +1414,7 @@
   */
  public Iterator<ReplicationServerDomain> getDomainIterator()
  {
    Collection<ReplicationServerDomain> domains = getReplicationServerDomains();
    if (!domains.isEmpty())
    {
      return domains.iterator();
    }
    return null;
    return getReplicationServerDomains().iterator();
  }
  /**