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

pgamba
19.22.2007 c66c1489daaf036c35067eae91ee264ee5f633c1
opends/src/server/org/opends/server/replication/plugin/MultimasterReplication.java
@@ -609,6 +609,16 @@
    return;
  }
  /**
   * Returns the replication server listener associated to that Multimaster
   * Replication.
   * @return the listener.
   */
  public ReplicationServerListener getReplicationServerListener()
  {
    return replicationServerListener;
  }
}