From a00e725a364e9eb859ca8ed2c914e6637c94cb9d Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Thu, 29 Mar 2007 21:12:30 +0000 Subject: [PATCH] Back out the commit included in revision 1539 because it does not build properly (it appears to reference classes that are not in the repository). --- opendj-sdk/opends/src/server/org/opends/server/synchronization/changelog/Changelog.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/server/org/opends/server/synchronization/changelog/Changelog.java b/opendj-sdk/opends/src/server/org/opends/server/synchronization/changelog/Changelog.java index 531569c..64bf887 100644 --- a/opendj-sdk/opends/src/server/org/opends/server/synchronization/changelog/Changelog.java +++ b/opendj-sdk/opends/src/server/org/opends/server/synchronization/changelog/Changelog.java @@ -111,7 +111,7 @@ static final String CHANGELOG_PORT_ATTR = "ds-cfg-changelog-port"; static final String WINDOW_SIZE_ATTR = "ds-cfg-window-size"; static final String QUEUE_SIZE_ATTR = "ds-cfg-changelog-max-queue-size"; - static final String CHANGELOG_DIR_PATH_ATTR = "ds-cfg-changelog-db-directory"; + static final String CHANGELOG_DIR_PATH_ATTR = "ds-cfg-changelog-db-dirname"; static final String PURGE_DELAY_ATTR = "ds-cfg-changelog-purge-delay"; -- Gitblit v1.10.0