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-build-tools/src/main/java/org/forgerock/opendj/maven/testng/OpenDJTestCase.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj3/opendj-build-tools/src/main/java/org/forgerock/opendj/maven/testng/OpenDJTestCase.java b/opendj3/opendj-build-tools/src/main/java/org/forgerock/opendj/maven/testng/OpenDJTestCase.java index e7abd5a..6ac6422 100644 --- a/opendj3/opendj-build-tools/src/main/java/org/forgerock/opendj/maven/testng/OpenDJTestCase.java +++ b/opendj3/opendj-build-tools/src/main/java/org/forgerock/opendj/maven/testng/OpenDJTestCase.java @@ -42,7 +42,7 @@ /** * This class defines a base test case that should be subclassed by all unit - * tests used by OpenDS. + * tests used by OpenDJ. * <p> * This class adds the ability to print error messages and automatically have * them include the class name. -- Gitblit v1.10.0