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

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