From 17beeae33bb7d73dee3f1a4f9bdf18e5645717d7 Mon Sep 17 00:00:00 2001
From: mrossign <mrossign@localhost>
Date: Wed, 05 Dec 2007 09:31:02 +0000
Subject: [PATCH] Fix for #2655: Renaming ReplicationCache into ReplicationServerDomain
---
opends/src/server/org/opends/server/replication/server/DbHandler.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/server/DbHandler.java b/opends/src/server/org/opends/server/replication/server/DbHandler.java
index a373b24..1c1b59a 100644
--- a/opends/src/server/org/opends/server/replication/server/DbHandler.java
+++ b/opends/src/server/org/opends/server/replication/server/DbHandler.java
@@ -344,8 +344,8 @@
/**
* Run method for this class.
- * Periodically Flushes the ReplicationCache from memory to the stable storage
- * and trims the old updates.
+ * Periodically Flushes the ReplicationServerDomain cache from memory to the
+ * stable storage and trims the old updates.
*/
public void run()
{
--
Gitblit v1.10.0