From 2095a28e3b117ddc7b565bc7fbe410af70cb48f4 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Mon, 31 Oct 2016 14:00:38 +0000
Subject: [PATCH] OPENDJ-2772 Align SDK client tool with server's
---
opendj-cli/src/main/java/com/forgerock/opendj/cli/ConnectionFactoryProvider.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-cli/src/main/java/com/forgerock/opendj/cli/ConnectionFactoryProvider.java b/opendj-cli/src/main/java/com/forgerock/opendj/cli/ConnectionFactoryProvider.java
index d5987df..f6bf253 100644
--- a/opendj-cli/src/main/java/com/forgerock/opendj/cli/ConnectionFactoryProvider.java
+++ b/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 =
--
Gitblit v1.10.0