From a4e2fc0298e8d60aa0e4bcfd3304303d952e0972 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Fri, 28 Nov 2014 14:52:21 +0000
Subject: [PATCH] OPENDJ-1607 Revert changes to revision 11339
---
opendj-cli/src/main/java/com/forgerock/opendj/cli/ConsoleApplication.java | 16 ----------------
1 files changed, 0 insertions(+), 16 deletions(-)
diff --git a/opendj-cli/src/main/java/com/forgerock/opendj/cli/ConsoleApplication.java b/opendj-cli/src/main/java/com/forgerock/opendj/cli/ConsoleApplication.java
index 7bb5284..e17c6bc 100755
--- a/opendj-cli/src/main/java/com/forgerock/opendj/cli/ConsoleApplication.java
+++ b/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).
*
--
Gitblit v1.10.0