From 0f6ff58b0395c707009743a278bc5cb757ebb787 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 20 Oct 2011 16:06:11 +0000
Subject: [PATCH] Fix OpenDJ-222: Remove more references to OpenDS. Remove references in source code files.

---
 opends/src/server/org/opends/server/util/StaticUtils.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/util/StaticUtils.java b/opends/src/server/org/opends/server/util/StaticUtils.java
index 6791e53..87d6caf 100644
--- a/opends/src/server/org/opends/server/util/StaticUtils.java
+++ b/opends/src/server/org/opends/server/util/StaticUtils.java
@@ -1570,7 +1570,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