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

Jean-Noel Rouvignac
23.24.2013 22fa8e6166294016e7250c797b40029641a70dc4
OPENDJ-1134 (CR-2338) Introduce a class in replication for encapsulating host+port combinations

Let's make the build happier.
1 files modified
2 ■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/types/HostPortTest.java 2 ●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/types/HostPortTest.java
@@ -30,7 +30,7 @@
import static org.assertj.core.api.Assertions.*;
@Test(groups = { "precommit", "types" })
@Test(groups = { "precommit", "types" }, sequential = true)
@SuppressWarnings("javadoc")
public class HostPortTest extends TypesTestCase
{