From 44f742165dfc3e54f59511110a88922f6adbe51b Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 07 Mar 2016 10:15:18 +0000
Subject: [PATCH] Fixed "is is" in javadocs

---
 opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/LDAPReplicationDomain.java |    8 +++-----
 opendj-server-legacy/src/main/java/org/opends/server/plugins/ReferentialIntegrityPlugin.java       |    4 ++--
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/plugins/ReferentialIntegrityPlugin.java b/opendj-server-legacy/src/main/java/org/opends/server/plugins/ReferentialIntegrityPlugin.java
index 5542085..b057193 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/plugins/ReferentialIntegrityPlugin.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/plugins/ReferentialIntegrityPlugin.java
@@ -550,9 +550,9 @@
    * background thread is processing changes. If this method is being called
    * by a delete post operation, then setting the "log" value to false will
    * cause the DN to be processed in foreground
-   *
+   * <p>
    * If the DN is to be processed, than each base DN or public naming
-   * context (if the base DN configuration is empty) is is checked to see if
+   * context (if the base DN configuration is empty) is checked to see if
    * entries under it contain references to the deleted entry DN that need
    * to be removed.
    *
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/LDAPReplicationDomain.java b/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/LDAPReplicationDomain.java
index 8deb7e4..a03d338 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/LDAPReplicationDomain.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/LDAPReplicationDomain.java
@@ -309,11 +309,9 @@
   private volatile boolean generationIdSavedStatus;
 
   /**
-   * This object is used to store the list of update currently being
-   * done on the local database.
-   * Is is useful to make sure that the local operations are sent in a
-   * correct order to the replication server and that the ServerState
-   * is not updated too early.
+   * This object is used to store the list of update currently being done on the local database.
+   * It is useful to make sure that the local operations are sent in a correct order to the
+   * replication server and that the ServerState is not updated too early.
    */
   private final PendingChanges pendingChanges;
   private final AtomicReference<RSUpdater> rsUpdater = new AtomicReference<>(null);

--
Gitblit v1.10.0