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