From d11926a41394b9bc2f3669078947db3ddc9d0e2c Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jn.rouvignac@gmail.com>
Date: Mon, 31 Aug 2015 08:49:43 +0000
Subject: [PATCH] Preliminary OPENDJ-1192 (PR #8) Modify request replay failures

---
 opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/AttrHistorical.java |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/AttrHistorical.java b/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/AttrHistorical.java
index 4711415..b7054a2 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/AttrHistorical.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/AttrHistorical.java
@@ -44,13 +44,11 @@
    * It should use whatever historical information is stored in this class
    * to solve the conflict and modify the mod and the mods iterator accordingly
    *
-   * @param modsIterator  The iterator on the mods from which the mod is
-   *                      extracted.
+   * @param modsIterator  The iterator on the mods from which the mod is extracted.
    * @param csn  The CSN associated to the operation.
    * @param modifiedEntry The entry modified by this operation.
    * @param mod           The modification.
-   *
-   * @return a boolean indicating if a conflict was detected.
+   * @return {@code true} if a conflict was detected, {@code false} otherwise.
    */
   public abstract boolean replayOperation(
       Iterator<Modification> modsIterator, CSN csn, Entry modifiedEntry, Modification mod);

--
Gitblit v1.10.0