From 157717b205d4c1f957cf810e04e06f11530c619c Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 02 Sep 2013 08:57:43 +0000
Subject: [PATCH] Renamed: - ChangeNumber to CSN - ChangeNumberGenerator to CSNGenerator - ChangeNumberTest to CSNTest - ChangeNumberGeneratorTest to CSNGeneratorTest

---
 opends/src/server/org/opends/server/config/ConfigConstants.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/config/ConfigConstants.java b/opends/src/server/org/opends/server/config/ConfigConstants.java
index 9e07ab6..74b7b81 100644
--- a/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -4404,14 +4404,14 @@
    * The name of the attribute in a purge conflicts historical task definition
    * that specifies the maximum duration of the task.
    */
-  public static final String ATTR_TASK_CONFLICTS_HIST_PURGE_FIRST_CN =
+  public static final String ATTR_TASK_CONFLICTS_HIST_PURGE_FIRST_CSN =
      NAME_PREFIX_TASK + "purge-conflicts-historical-first-purged-changenumber";
 
   /**
    * The name of the attribute in a purge conflicts historical task definition
    * that specifies the maximum duration of the task.
    */
-  public static final String ATTR_TASK_CONFLICTS_HIST_PURGE_LAST_CN =
+  public static final String ATTR_TASK_CONFLICTS_HIST_PURGE_LAST_CSN =
        NAME_PREFIX_TASK + "purge-conflicts-historical-last-purged-changenumber";
 
   /**

--
Gitblit v1.10.0