From 11859d9a6e466bab4ab73e1e46d092c6052acf68 Mon Sep 17 00:00:00 2001
From: coulbeck <coulbeck@localhost>
Date: Fri, 02 Feb 2007 21:50:10 +0000
Subject: [PATCH] These changes are for issue 787: LDAP server need to detect failure of changelog servers

---
 opendj-sdk/opends/src/server/org/opends/server/synchronization/changelog/Changelog.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/synchronization/changelog/Changelog.java b/opendj-sdk/opends/src/server/org/opends/server/synchronization/changelog/Changelog.java
index bac26ee..1b61fec 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/synchronization/changelog/Changelog.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/synchronization/changelog/Changelog.java
@@ -389,10 +389,10 @@
   }
 
   /**
-   * This method manage the connection with the other LDAP servers
-   * it periodically that this changelog server is correctly connected
-   * to all the other changelog servers and if not attempt to
-   * do the connection.
+   * This method manages the connection with the other changelog servers.
+   * It periodically checks that this changelog server is indeed connected
+   * to all the other changelog servers and if not attempts to
+   * make the connection.
    */
   private void runConnect()
   {

--
Gitblit v1.10.0