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; } }