From 101f3a4e573e376a4525cb9f742a0c87aee56071 Mon Sep 17 00:00:00 2001 From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Mon, 07 Mar 2016 15:04:02 +0000 Subject: [PATCH] OPENDJ-1342 Migrate AVA, RDN, and DN classes: Switched imports --- opendj-server-legacy/src/main/java/org/opends/server/protocols/LDIFConnectionHandler.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj-server-legacy/src/main/java/org/opends/server/protocols/LDIFConnectionHandler.java b/opendj-server-legacy/src/main/java/org/opends/server/protocols/LDIFConnectionHandler.java index 4a30dfa..a65b286 100644 --- a/opendj-server-legacy/src/main/java/org/opends/server/protocols/LDIFConnectionHandler.java +++ b/opendj-server-legacy/src/main/java/org/opends/server/protocols/LDIFConnectionHandler.java @@ -12,7 +12,7 @@ * information: "Portions Copyright [year] [name of copyright owner]". * * Copyright 2008-2009 Sun Microsystems, Inc. - * Portions Copyright 2014-2015 ForgeRock AS. + * Portions Copyright 2014-2016 ForgeRock AS. */ package org.opends.server.protocols; @@ -37,7 +37,7 @@ import org.opends.server.protocols.internal.InternalClientConnection; import org.forgerock.opendj.config.server.ConfigChangeResult; import org.opends.server.types.DirectoryConfig; -import org.opends.server.types.DN; +import org.forgerock.opendj.ldap.DN; import org.opends.server.types.ExistingFileBehavior; import org.opends.server.types.HostPort; import org.opends.server.types.LDIFExportConfig; -- Gitblit v1.10.0