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

Jean-Noël Rouvignac
24.50.2016 8a7d994e004ad0ec1a192dbadd348e041a2e3de2
opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Rest2LDAP.java
@@ -77,7 +77,7 @@
/** Provides core factory methods and builders for constructing LDAP resource collections. */
public final class Rest2LDAP {
    /** Indicates whether or not LDAP client connections should use SSL or StartTLS. */
    /** Indicates whether LDAP client connections should use SSL or StartTLS. */
    private enum ConnectionSecurity {
        NONE, SSL, STARTTLS
    }