From cad9f27d3ba6753e2bf3176c3c71b0e07e73f1b8 Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Mon, 05 Jan 2015 15:12:36 +0000 Subject: [PATCH] Removed unused import static org.opends.server.util.StaticUtils.*; --- opendj3-server-dev/src/server/org/opends/server/extensions/EntryUUIDVirtualAttributeProvider.java | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/opendj3-server-dev/src/server/org/opends/server/extensions/EntryUUIDVirtualAttributeProvider.java b/opendj3-server-dev/src/server/org/opends/server/extensions/EntryUUIDVirtualAttributeProvider.java index 3034e55..0e7e56e 100644 --- a/opendj3-server-dev/src/server/org/opends/server/extensions/EntryUUIDVirtualAttributeProvider.java +++ b/opendj3-server-dev/src/server/org/opends/server/extensions/EntryUUIDVirtualAttributeProvider.java @@ -26,6 +26,8 @@ */ package org.opends.server.extensions; +import static org.opends.messages.ExtensionMessages.*; + import java.util.List; import java.util.UUID; @@ -34,8 +36,8 @@ import org.forgerock.opendj.ldap.ByteString; import org.forgerock.opendj.ldap.ConditionResult; import org.forgerock.opendj.ldap.ResultCode; -import org.opends.server.admin.std.server.EntryUUIDVirtualAttributeCfg; import org.forgerock.opendj.ldap.schema.MatchingRule; +import org.opends.server.admin.std.server.EntryUUIDVirtualAttributeCfg; import org.opends.server.api.VirtualAttributeProvider; import org.opends.server.core.SearchOperation; import org.opends.server.types.Attribute; @@ -43,9 +45,6 @@ import org.opends.server.types.Entry; import org.opends.server.types.VirtualAttributeRule; -import static org.opends.messages.ExtensionMessages.*; -import static org.opends.server.util.StaticUtils.*; - /** * This class implements a virtual attribute provider that is meant to serve the * entryUUID operational attribute as described in RFC 4530. Note that this -- Gitblit v1.10.0