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

Gaetan Boismal
15.04.2016 2095a28e3b117ddc7b565bc7fbe410af70cb48f4
opendj-cli/src/main/java/com/forgerock/opendj/cli/ConnectionFactoryProvider.java
@@ -147,8 +147,8 @@
     * @throws ArgumentException
     *             If an error occurs during parsing the arguments.
     */
    public ConnectionFactoryProvider(final ArgumentParser argumentParser,
            final ConsoleApplication app) throws ArgumentException {
    public ConnectionFactoryProvider(final ArgumentParser argumentParser, final ConsoleApplication app)
            throws ArgumentException {
        this(argumentParser, app, "", DEFAULT_LDAP_PORT, false);
    }
@@ -243,7 +243,7 @@
        reportAuthzIDArg = reportAuthzIdArgument();
        argumentParser.addArgument(reportAuthzIDArg);
        connectTimeOut = connectTimeOutHiddenArgument();
        connectTimeOut = connectTimeOutArgument();
        argumentParser.addArgument(connectTimeOut);
        usePasswordPolicyControlArg =