From 55d393312460ce9ff84895cabb2ffaa60a035343 Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Sat, 14 Oct 2006 00:50:40 +0000 Subject: [PATCH] Move the ConfigFileHandler from the config package to the extensions package. This is more in-line with the rest of the code conventions that we use, and it makes it easier to include the config package in what we consider to be our public API. --- opendj-sdk/opends/src/server/org/opends/server/tools/LDIFModify.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/server/org/opends/server/tools/LDIFModify.java b/opendj-sdk/opends/src/server/org/opends/server/tools/LDIFModify.java index 55cde7f..425219d 100644 --- a/opendj-sdk/opends/src/server/org/opends/server/tools/LDIFModify.java +++ b/opendj-sdk/opends/src/server/org/opends/server/tools/LDIFModify.java @@ -37,8 +37,8 @@ import java.util.Map; import java.util.TreeMap; -import org.opends.server.config.ConfigFileHandler; import org.opends.server.core.DirectoryServer; +import org.opends.server.extensions.ConfigFileHandler; import org.opends.server.protocols.ldap.LDAPException; import org.opends.server.protocols.ldap.LDAPModification; import org.opends.server.protocols.ldap.LDAPResultCode; -- Gitblit v1.10.0