From 664eac71955fcceba752801c55b091a197546b84 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Fri, 05 Aug 2016 19:09:24 +0000
Subject: [PATCH] Partial OPENDJ-2625 Convert all code that uses JNDI to use the SDK instead
---
opendj-server-legacy/src/main/java/org/opends/admin/ads/TopologyCacheException.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/admin/ads/TopologyCacheException.java b/opendj-server-legacy/src/main/java/org/opends/admin/ads/TopologyCacheException.java
index 5294922..3a88b66 100644
--- a/opendj-server-legacy/src/main/java/org/opends/admin/ads/TopologyCacheException.java
+++ b/opendj-server-legacy/src/main/java/org/opends/admin/ads/TopologyCacheException.java
@@ -41,7 +41,7 @@
GENERIC_CREATING_CONNECTION,
/** Error reading the configuration of a particular server. */
GENERIC_READING_SERVER,
- /** The DN provided in the DirContext of ADS is not of a global administrator. */
+ /** The DN provided in the connection of ADS is not of a global administrator. */
NOT_GLOBAL_ADMINISTRATOR,
/** Not enough permissions to read the server configuration. */
NO_PERMISSIONS,
--
Gitblit v1.10.0