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/tools/LDAPToolUtils.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/src/main/java/org/opends/server/tools/LDAPToolUtils.java b/opendj-server-legacy/src/main/java/org/opends/server/tools/LDAPToolUtils.java index 0f7b162..01f2f52 100644 --- a/opendj-server-legacy/src/main/java/org/opends/server/tools/LDAPToolUtils.java +++ b/opendj-server-legacy/src/main/java/org/opends/server/tools/LDAPToolUtils.java @@ -32,7 +32,7 @@ import org.forgerock.opendj.ldap.DecodeException; import org.opends.server.protocols.ldap.LDAPControl; import org.opends.server.protocols.ldap.LDAPResultCode; -import org.opends.server.types.DN; +import org.forgerock.opendj.ldap.DN; -- Gitblit v1.10.0