From c11b3a5611e1a431e62c6cfa23b881a5fdbb62b9 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 01 Sep 2014 12:51:46 +0000
Subject: [PATCH] OPENDJ-1206 (CR-4393) Create a new ReplicationBackend/ChangelogBackend to support cn=changelog
---
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/util/ReadOnlyConfigFileHandler.java | 13 ++++---------
1 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/util/ReadOnlyConfigFileHandler.java b/opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/util/ReadOnlyConfigFileHandler.java
index ba8bfe9..30367ac 100644
--- a/opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/util/ReadOnlyConfigFileHandler.java
+++ b/opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/util/ReadOnlyConfigFileHandler.java
@@ -26,9 +26,6 @@
*/
package org.opends.guitools.controlpanel.util;
-import static org.opends.messages.ConfigMessages.*;
-import static org.opends.server.util.StaticUtils.*;
-
import java.io.File;
import java.util.Collections;
import java.util.HashMap;
@@ -63,6 +60,9 @@
import org.opends.server.util.LDIFException;
import org.opends.server.util.LDIFReader;
+import static org.opends.messages.ConfigMessages.*;
+import static org.opends.server.util.StaticUtils.*;
+
/**
* A class used to read the configuration from a file. This config file
* handler does not allow to modify the configuration, only to read it.
@@ -90,6 +90,7 @@
@Override
public void finalizeConfigHandler()
{
+ finalizeBackend();
}
/** {@inheritDoc} */
@@ -299,12 +300,6 @@
/** {@inheritDoc} */
@Override
- public void finalizeBackend()
- {
- }
-
- /** {@inheritDoc} */
- @Override
public DN[] getBaseDNs()
{
return baseDNs;
--
Gitblit v1.10.0