From 69ebea4017b17653a1b966b7a83372eb9ce0dcdc Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 05 Nov 2013 10:51:08 +0000
Subject: [PATCH] ECLServerHandler.java, ReplicationServerDomain.java: Renamed variables and changed comments to match the new terminology. Added more comments to explain what the code is doing.

---
 opends/src/messages/messages/replication.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties
index eb9abc4..531b0b7 100644
--- a/opends/src/messages/messages/replication.properties
+++ b/opends/src/messages/messages/replication.properties
@@ -500,7 +500,7 @@
 NOTICE_RS_NOT_LOCALLY_CONFIGURED_219=RS(%d) was not configured locally on DS(%d), \
  but at least one other RS was
 NOTICE_RS_HAS_NO_GENERATION_ID_220=RS(%d) has no generation Id, but at least one \
- other RS has the same generation Id %d as DS(%d) 
+ other RS has the same generation Id %d as DS(%d)
 NOTICE_RS_HAS_DIFFERENT_GENERATION_ID_THAN_DS_221=RS(%d) generation Id %d does not \
  match DS(%d) generation Id %d, but at least another RS does
 NOTICE_RS_HAS_DIFFERENT_GROUP_ID_THAN_DS_222=RS(%d) groupId %d does not match \
@@ -525,5 +525,5 @@
  biggest weight among all the replication servers
 NOTICE_AVOID_YOYO_EFFECT_232=DS(%d) stayed connected to RS(%d) to avoid the yoyo effect
 NOTICE_BEST_RS_233=RS(%d) has been evaluated to be the best replication server \
- for DS(%d) to connect to because it was the only one standing after all tests 
+ for DS(%d) to connect to because it was the only one standing after all tests
 NOTICE_UNKNOWN_RS_234=RS(%d) could not be contacted by DS(%d)

--
Gitblit v1.10.0