From 02832b95c56bf90edf38581b9cacc7bb63c964bd Mon Sep 17 00:00:00 2001 From: Nicolas Capponi <nicolas.capponi@forgerock.com> Date: Fri, 09 Sep 2016 09:45:24 +0000 Subject: [PATCH] OPENDJ-3089 Replace all imports of server Schema by SDK Schema --- opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java index c41e612..21151d7 100644 --- a/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java +++ b/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java @@ -129,7 +129,7 @@ import org.opends.server.schema.SchemaConstants; import org.opends.server.types.HostPort; import org.opends.server.types.OpenDsException; -import org.opends.server.types.Schema; +import org.forgerock.opendj.ldap.schema.Schema; import org.opends.server.util.SchemaUtils; import org.opends.server.util.SchemaUtils.PasswordType; import org.opends.server.util.ServerConstants; -- Gitblit v1.10.0