From c08575b5d155b34529c402d7e5398e77abc49117 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 20 Aug 2007 08:04:16 +0000
Subject: [PATCH] These changes rovides the ability to repair the consistency in the replication topology in the (hopefully) rare case when hardware failure or software bugs could break it (issue 788 and 791)

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

diff --git a/opends/src/server/org/opends/server/replication/plugin/FakeOperation.java b/opends/src/server/org/opends/server/replication/plugin/FakeOperation.java
index 2e8b45e..c3fc150 100644
--- a/opends/src/server/org/opends/server/replication/plugin/FakeOperation.java
+++ b/opends/src/server/org/opends/server/replication/plugin/FakeOperation.java
@@ -80,9 +80,7 @@
    *
    * @param mod A modification that must be adde to the list of modifications
    *            included in this fake operation.
-   * @throws Exception when the addition of this type of modification
-   *         is not valid for this FakeOperation.
    */
-  abstract public void addModification(Modification mod) throws Exception;
+  abstract public void addModification(Modification mod);
 
 }

--
Gitblit v1.10.0