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/com/forgerock/opendj/util/StaticUtils.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj3/opendj-ldap-sdk/src/main/java/com/forgerock/opendj/util/StaticUtils.java b/opendj3/opendj-ldap-sdk/src/main/java/com/forgerock/opendj/util/StaticUtils.java
index d3afe54..e993cbf 100644
--- a/opendj3/opendj-ldap-sdk/src/main/java/com/forgerock/opendj/util/StaticUtils.java
+++ b/opendj3/opendj-ldap-sdk/src/main/java/com/forgerock/opendj/util/StaticUtils.java
@@ -1417,7 +1417,7 @@
if (defaultScheduler == null)
{
final ThreadFactory factory = newThreadFactory(null,
- "OpenDS SDK Default Scheduler", true);
+ "OpenDJ SDK Default Scheduler", true);
defaultScheduler = Executors.newSingleThreadScheduledExecutor(factory);
}
}
@@ -1428,7 +1428,7 @@
/**
* Retrieves the best human-readable message for the provided exception. For
- * exceptions defined in the OpenDS project, it will attempt to use the
+ * exceptions defined in the OpenDJ project, it will attempt to use the
* message (combining it with the message ID if available). For some
* exceptions that use encapsulation (e.g., InvocationTargetException), it
* will be unwrapped and the cause will be treated. For all others, the
--
Gitblit v1.10.0