Revert unnecessary format changes.

This commit is contained in:
yjkony
2014-03-04 10:52:45 +09:00
parent 97349a9bb2
commit a335c31385
3 changed files with 22 additions and 22 deletions

View File

@@ -69,7 +69,7 @@ object LDAPUtil {
}
private def bind[A](host: String, port: Int, dn: String, password: String, tls: Boolean, keystore: String, error: String)
(f: LDAPConnection => Either[String, A]): Either[String, A] = {
(f: LDAPConnection => Either[String, A]): Either[String, A] = {
if (tls) {
// Dynamically set Sun as the security provider
Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider())