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

Matthew Swift
13.20.2012 5c205e52a790dfa8ae56302e1c2279a0c37f5e8b
Fix checkstyle
1 files modified
6 ■■■■ changed files
opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/ConnectionFactoryTestCase.java 6 ●●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/ConnectionFactoryTestCase.java
@@ -153,7 +153,7 @@
        factories[3][0] =
                new AuthenticatedConnectionFactory(new LDAPConnectionFactory(
                        getServerSocketAddress()), Requests.newCRAMMD5SASLBindRequest("id:user",
                        "password".toCharArray()));
                            "password".toCharArray()));
        // LDAPConnectionFactory with default options
        factories[4][0] = new LDAPConnectionFactory(getServerSocketAddress());
@@ -180,8 +180,8 @@
        factories[6][0] =
                new AuthenticatedConnectionFactory(new LDAPConnectionFactory(
                        getServerSocketAddress(), options), Requests.newDigestMD5SASLBindRequest(
                        "id:user", "password".toCharArray()).setCipher(
                        DigestMD5SASLBindRequest.CIPHER_LOW));
                            "id:user", "password".toCharArray()).setCipher(
                                DigestMD5SASLBindRequest.CIPHER_LOW));
        // Connection pool and load balancing tests.
        ConnectionFactory offlineServer1 =