From 64a414d1e8790f167e26819dc5d5322face58182 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Mon, 07 Oct 2013 08:32:39 +0000
Subject: [PATCH] OPENDJ-1116 Introduce abstraction for the changelog DB

---
 opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java b/opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java
index d64a8a5..71bfbb4 100644
--- a/opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java
+++ b/opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDomainDB.java
@@ -213,15 +213,13 @@
    *
    * @param baseDN
    *          the replication domain baseDN
-   * @param serverId
-   *          the serverId on which to act
    * @param updateMsg
    *          the update message to publish to the replicaDB
    * @return true if a db had to be created to publish this message
    * @throws ChangelogException
    *           If a database problem happened
    */
-  boolean publishUpdateMsg(DN baseDN, int serverId, UpdateMsg updateMsg)
+  boolean publishUpdateMsg(DN baseDN, UpdateMsg updateMsg)
       throws ChangelogException;
 
 }

--
Gitblit v1.10.0