From 777ee9c8d7a8c4771df4d78da198a00dc8816f50 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Thu, 21 Aug 2014 13:07:07 +0000
Subject: [PATCH] Checkpoint commit for OPENDJ-1206 : Create a new ReplicationBackend/ChangelogBackend   to support cn=changelog CR-4083

---
 opends/src/server/org/opends/server/replication/server/changelog/je/ECLMultiDomainDBCursor.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/server/changelog/je/ECLMultiDomainDBCursor.java b/opends/src/server/org/opends/server/replication/server/changelog/je/ECLMultiDomainDBCursor.java
index a035657..97a1806 100644
--- a/opends/src/server/org/opends/server/replication/server/changelog/je/ECLMultiDomainDBCursor.java
+++ b/opends/src/server/org/opends/server/replication/server/changelog/je/ECLMultiDomainDBCursor.java
@@ -33,7 +33,7 @@
  * Multi domain DB cursor that only returns updates for the domains which have
  * been enabled for the external changelog.
  */
-class ECLMultiDomainDBCursor implements DBCursor<UpdateMsg>
+public final class ECLMultiDomainDBCursor implements DBCursor<UpdateMsg>
 {
 
   private final ECLEnabledDomainPredicate predicate;

--
Gitblit v1.10.0