From 547abbab7902e2cef53d7ee7f02675891fe7058c 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.
---
opends/tests/unit-tests-testng/src/server/org/opends/server/api/APITestCase.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/api/APITestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/api/APITestCase.java
index 33ed8da..d8bc66e 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/api/APITestCase.java
+++ b/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