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

Chris Ridd
02.09.2013 c77a5501f8ecb1aec3bae41db879b8d681f81303
Add javadoc
1 files modified
3 ■■■■■ changed files
opends/src/server/org/opends/server/replication/service/ReplicationBroker.java 3 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplicationBroker.java
@@ -88,6 +88,9 @@
   */
  private volatile Collection<String> replicationServerUrls;
  private volatile boolean connected = false;
  /**
   * String reported under cn=monitor when there is no connected RS.
   */
  public final static String NO_CONNECTED_SERVER = "Not connected";
  private volatile String replicationServer = NO_CONNECTED_SERVER;
  private volatile ProtocolSession session = null;