From 2506f5cc3bd3e810a7f6da9c96211101c7e41ea9 Mon Sep 17 00:00:00 2001 From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Wed, 03 Feb 2016 14:50:55 +0000 Subject: [PATCH] Removed unused imports --- opendj-server-legacy/src/test/java/org/opends/server/extensions/SubjectAttributeToUserAttributeCertificateMapperTestCase.java | 1 - opendj-server-legacy/src/main/java/org/opends/server/extensions/StaticGroup.java | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/opendj-server-legacy/src/main/java/org/opends/server/extensions/StaticGroup.java b/opendj-server-legacy/src/main/java/org/opends/server/extensions/StaticGroup.java index 6b9ba59..22d9f1d 100644 --- a/opendj-server-legacy/src/main/java/org/opends/server/extensions/StaticGroup.java +++ b/opendj-server-legacy/src/main/java/org/opends/server/extensions/StaticGroup.java @@ -67,7 +67,6 @@ import org.opends.server.types.Modification; import org.opends.server.types.SearchFilter; -import static org.forgerock.util.Reject.*; import static org.opends.messages.ExtensionMessages.*; import static org.opends.server.core.DirectoryServer.*; import static org.opends.server.protocols.internal.InternalClientConnection.*; diff --git a/opendj-server-legacy/src/test/java/org/opends/server/extensions/SubjectAttributeToUserAttributeCertificateMapperTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/extensions/SubjectAttributeToUserAttributeCertificateMapperTestCase.java index a21dcc3..9785917 100644 --- a/opendj-server-legacy/src/test/java/org/opends/server/extensions/SubjectAttributeToUserAttributeCertificateMapperTestCase.java +++ b/opendj-server-legacy/src/test/java/org/opends/server/extensions/SubjectAttributeToUserAttributeCertificateMapperTestCase.java @@ -50,7 +50,6 @@ import org.opends.server.tools.LDAPSearch; import org.opends.server.types.Attribute; import org.opends.server.types.AttributeBuilder; -import org.forgerock.opendj.ldap.schema.AttributeType; import org.opends.server.types.Attributes; import org.opends.server.types.DN; import org.opends.server.types.DirectoryException; -- Gitblit v1.10.0