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

Matthew Swift
11.17.2013 976da4aa6126aefd775b7c223c71e29d1207bf10
opendj-ldap-sdk/src/main/java/com/forgerock/opendj/ldap/LDAPBindFutureResultImpl.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2009-2010 Sun Microsystems, Inc.
 *      Portions copyright 2011 ForgeRock AS.
 *      Portions copyright 2011-2013 ForgeRock AS.
 */
package com.forgerock.opendj.ldap;
@@ -49,12 +49,9 @@
        this.bindClient = bindClient;
    }
    /**
     * {@inheritDoc}
     */
    @Override
    protected boolean isCancelable() {
        return false;
    boolean isBindOrStartTLS() {
        return true;
    }
    @Override