From 8b3cd28204e15e0a98ce038b355f100cd7c44e3c Mon Sep 17 00:00:00 2001 From: Nicolas Capponi <capponi.nicolas@gmail.com> Date: Thu, 28 Jan 2016 08:28:20 +0000 Subject: [PATCH] OPENDJ-1632 (PR-201) Migrate AttributeType in one shot --- opendj-server-legacy/src/main/java/org/opends/server/monitors/ConnectionHandlerMonitor.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/src/main/java/org/opends/server/monitors/ConnectionHandlerMonitor.java b/opendj-server-legacy/src/main/java/org/opends/server/monitors/ConnectionHandlerMonitor.java index 097f822..4d76fdd 100644 --- a/opendj-server-legacy/src/main/java/org/opends/server/monitors/ConnectionHandlerMonitor.java +++ b/opendj-server-legacy/src/main/java/org/opends/server/monitors/ConnectionHandlerMonitor.java @@ -22,7 +22,7 @@ * * * Copyright 2006-2010 Sun Microsystems, Inc. - * Portions Copyright 2014-2015 ForgeRock AS + * Portions Copyright 2014-2016 ForgeRock AS */ package org.opends.server.monitors; @@ -37,6 +37,7 @@ import org.opends.server.api.ConnectionHandler; import org.opends.server.api.MonitorProvider; import org.opends.server.core.DirectoryServer; +import org.forgerock.opendj.ldap.schema.AttributeType; import org.opends.server.types.*; /** -- Gitblit v1.10.0