From 8bf05d16714ec5ec23bec6d169b4b8201c463ce4 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Mon, 28 Nov 2016 15:37:15 +0000
Subject: [PATCH] OPENDJ-3527 OPENDJ-3531 OPENDJ-1633 Fix tools bootstrap

---
 opendj-server-legacy/src/main/java/org/opends/server/util/cli/LDAPConnectionArgumentParser.java |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/util/cli/LDAPConnectionArgumentParser.java b/opendj-server-legacy/src/main/java/org/opends/server/util/cli/LDAPConnectionArgumentParser.java
index a47831d..b20128b 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/util/cli/LDAPConnectionArgumentParser.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/util/cli/LDAPConnectionArgumentParser.java
@@ -84,18 +84,6 @@
   }
 
   /**
-   * Indicates whether the user has indicated that they would like to
-   * perform a remote operation based on the arguments.
-   *
-   * @return true if the user wants to perform a remote operation; false
-   *         otherwise
-   */
-  public boolean connectionArgumentsPresent()
-  {
-    return args != null && args.argumentsPresent();
-  }
-
-  /**
    * Creates a new LDAPConnection and invokes a connect operation using
    * information provided in the parsed set of arguments that were provided by
    * the user.

--
Gitblit v1.10.0