From e3add78e22e130ef6ece000a7989f4f4317d4da8 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 --- opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDB.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDB.java b/opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDB.java index 56b2a46..90db926 100644 --- a/opends/src/server/org/opends/server/replication/server/changelog/je/ReplicationDB.java +++ b/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