mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
09.49.2006 547abbab7902e2cef53d7ee7f02675891fe7058c
Fix a copy-and-paste error in a Javadoc comment for the APITestCase class.
1 files modified
2 ■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/api/APITestCase.java 2 ●●● patch | view | raw | blame | history
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