From 1c7c95f1a75a34ce6de070d6101e97a43e5c4942 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Thu, 08 Nov 2007 15:45:34 +0000
Subject: [PATCH] Fix for 2577 : replication generationID is not correctly saved in schema backend files and is not returned when searching.
---
opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java b/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
index 07ce3f0..246273e 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -1327,18 +1327,7 @@
*/
public static final String ATTR_MATCHING_RULE_USE_LC = "matchingruleuse";
- /**
- * The name of the attribute that holds the synchronization state,
- * formatted in lowercase.
- */
- public static final String ATTR_SYNCHRONIZATION_STATE_LC = "ds-sync-state";
- /**
- * The name of the attribute that holds the replication generationId,
- * formatted in lowercase.
- */
- public static final String ATTR_SYNCHRONIZATION_GENERATIONID_LC =
- "ds-sync-generation-id";
/**
* The default maximum request size that should be used if none is specified
--
Gitblit v1.10.0