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

Gaetan Boismal
28.52.2014 a4e2fc0298e8d60aa0e4bcfd3304303d952e0972
opendj-cli/src/main/java/com/forgerock/opendj/cli/ConsoleApplication.java
@@ -45,7 +45,6 @@
import org.forgerock.i18n.LocalizableMessage;
import org.forgerock.i18n.slf4j.LocalizedLogger;
import org.forgerock.opendj.ldap.requests.BindRequest;
/**
 * This class provides an abstract base class which can be used as the basis of a console-based application.
@@ -66,8 +65,6 @@
    private boolean isProgressSuite;
    private BindRequest bindRequest = null;
    /**
     * Defines the different line styles for output.
     */
@@ -119,15 +116,6 @@
    }
    /**
     * Returns the bind request used by this application.
     *
     * @return The bind request used by this application.
     */
    public BindRequest getBindRequest() {
        return bindRequest;
    }
    /**
     * Returns the application error stream.
     *
     * @return The application error stream.
@@ -686,10 +674,6 @@
        throw new ClientException(ReturnCode.ERROR_USER_DATA, ERR_TRIES_LIMIT_REACHED.get(maxTries));
    }
    void setBindRequest(final BindRequest bindRequest) {
        this.bindRequest = bindRequest;
    }
    /**
     * Inserts line breaks into the provided buffer to wrap text at no more than the specified column width (80).
     *