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

Chris Ridd
02.07.2013 5f04e2771954735e8c79189f9b11aaf5939f9195
opends/src/server/org/opends/server/replication/service/ReplicationDomain.java
@@ -2765,7 +2765,7 @@
    if (broker != null)
      return broker.getReplicationServer();
    else
      return "Not connected";
      return ReplicationBroker.NO_CONNECTED_SERVER;
  }
  /**