From a8421d3374bd1320f306569b68458e507931f879 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Mon, 23 May 2011 22:31:25 +0000
Subject: [PATCH] Partial fix for OPENDJ-39: Consider rebranding OpenDS -> OpenDJ in 3.0 tree
---
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/AuthenticationException.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/AuthenticationException.java b/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/AuthenticationException.java
index 48e4b01..7f62552 100644
--- a/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/AuthenticationException.java
+++ b/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/AuthenticationException.java
@@ -42,7 +42,7 @@
* the Bind request failed because it referenced an invalid SASL mechanism.
* <li>{@link ResultCode#CLIENT_SIDE_AUTH_UNKNOWN CLIENT_SIDE_AUTH_UNKNOWN} -
* the Bind request failed because the user requested an authentication
- * mechanism which is unknown or unsupported by the OpenDS SDK.
+ * mechanism which is unknown or unsupported by the OpenDJ SDK.
* <li>{@link ResultCode#INAPPROPRIATE_AUTHENTICATION
* INAPPROPRIATE_AUTHENTICATION} - the Bind request failed because the requested
* type of authentication was not appropriate for the targeted entry.
--
Gitblit v1.10.0