From 0bbb2f7f7f74de8b6a43523c88ae7eb8ff8b5e54 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Tue, 11 Mar 2014 09:41:21 +0000
Subject: [PATCH] Checkpoint commit for OPENDJ-1308 Migrate schema support
---
opendj3-server-dev/src/server/org/opends/server/api/AccountStatusNotificationHandler.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj3-server-dev/src/server/org/opends/server/api/AccountStatusNotificationHandler.java b/opendj3-server-dev/src/server/org/opends/server/api/AccountStatusNotificationHandler.java
index b4cde83..48b8082 100644
--- a/opendj3-server-dev/src/server/org/opends/server/api/AccountStatusNotificationHandler.java
+++ b/opendj3-server-dev/src/server/org/opends/server/api/AccountStatusNotificationHandler.java
@@ -33,7 +33,7 @@
import org.forgerock.i18n.LocalizableMessage;
import org.opends.server.admin.std.server.
AccountStatusNotificationHandlerCfg;
-import org.opends.server.config.ConfigException;
+import org.forgerock.opendj.config.server.ConfigException;
import org.opends.server.types.AccountStatusNotification;
import org.opends.server.types.InitializationException;
--
Gitblit v1.10.0