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/test/java/org/opends/server/replication/plugin/HistoricalTest.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/HistoricalTest.java b/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/HistoricalTest.java index 5ba5507..298ec4b 100644 --- a/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/HistoricalTest.java +++ b/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/HistoricalTest.java @@ -22,6 +22,7 @@ import org.assertj.core.api.Assertions; import org.forgerock.opendj.ldap.AttributeDescription; +import org.forgerock.opendj.ldap.DN; import org.forgerock.opendj.ldap.ModificationType; import org.forgerock.opendj.ldap.schema.AttributeType; import org.opends.server.TestCaseUtils; @@ -36,7 +37,6 @@ import org.opends.server.tools.LDAPModify; import org.opends.server.types.Attribute; import org.opends.server.types.Attributes; -import org.opends.server.types.DN; import org.opends.server.types.DirectoryException; import org.opends.server.types.Entry; import org.opends.server.types.Modification; -- Gitblit v1.10.0