From bb1dd2e733336781e2f4362211e84f959f7f437a Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 09 Oct 2006 14:49:15 +0000
Subject: [PATCH] Fix a copy-and-paste error in a Javadoc comment for the APITestCase class.
---
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/api/APITestCase.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/api/APITestCase.java b/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/api/APITestCase.java
index 33ed8da..d8bc66e 100644
--- a/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/api/APITestCase.java
+++ b/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/api/APITestCase.java
@@ -35,7 +35,7 @@
/**
- * An abstract base class for all extensions test cases.
+ * An abstract base class for all API test cases.
*/
@Test(groups = { "precommit", "api" })
public abstract class APITestCase
--
Gitblit v1.10.0