From bdc6c07cd4dcf69bcad12949b4c1aa6924f57a26 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Thu, 28 Nov 2013 15:04:58 +0000
Subject: [PATCH] OpenDJ 3 : config framework

---
 opendj-admin/src/main/resources/stylesheets/serverMO.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-admin/src/main/resources/stylesheets/serverMO.xsl b/opendj-admin/src/main/resources/stylesheets/serverMO.xsl
index a9aaf18..e2576cb 100644
--- a/opendj-admin/src/main/resources/stylesheets/serverMO.xsl
+++ b/opendj-admin/src/main/resources/stylesheets/serverMO.xsl
@@ -373,7 +373,7 @@
           </import>
         </xsl:if>
         <xsl:if test="$this-local-relations">
-          <import>org.opends.server.types.ConfigException</import>
+          <import>org.opends.server.config.ConfigException</import>
         </xsl:if>
         <xsl:if
           test="$this-local-relations/adm:one-to-zero-or-one|$this-local-relations/adm:one-to-many">

--
Gitblit v1.10.0