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

neil_a_wilson
17.57.2006 9c4081be1dbcd903e32d988e7001b537dfa78471
Fix a typo in a javadoc comment in the internal test case superclass.
1 files modified
2 ■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/InternalTestCase.java 2 ●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/internal/InternalTestCase.java
@@ -34,7 +34,7 @@
/**
 * An abstract base class for all ASN1 test cases.
 * An abstract base class for all internal test cases.
 */
@Test(groups = { "precommit", "internal" })
public abstract class InternalTestCase