From 1c027331d4b95bb60c50cacfc10d572cefc06b4d Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Fri, 04 Oct 2013 14:03:02 +0000
Subject: [PATCH] OPENDJ-1116 Introduce abstraction for the changelog DB

---
 opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationDomainMonitor.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationDomainMonitor.java b/opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationDomainMonitor.java
index b78bb90..0f9f9e2 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationDomainMonitor.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationDomainMonitor.java
@@ -263,7 +263,7 @@
     // - in the ServerHandler for a given DS1, the stored state contains :
     // -- the max CSN produced by DS1
     // -- the last CSN consumed by DS1 from DS2..n
-    // - in the RSdomain/dbHandler, the built-in state contains :
+    // - in the ReplicationDomainDB/ReplicaDB, the built-in state contains:
     // -- the max CSN produced by each server
     // So for a given DS connected we can take the state and the max from
     // the DS/state.

--
Gitblit v1.10.0