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/changelog/je/ReplicationDB.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDB.java b/opendj-sdk/opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDB.java index 56b2a46..90db926 100644 --- a/opendj-sdk/opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDB.java +++ b/opendj-sdk/opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDB.java @@ -54,7 +54,7 @@ /** * This class implements the interface between the underlying database - * and the dbHandler class. + * and the JEReplicaDB class. * This is the only class that should have code using the BDB interfaces. */ public class ReplicationDB -- Gitblit v1.10.0