From 4ac356097dcac43d825439af057c1480167842b4 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Tue, 24 Mar 2015 11:13:48 +0000
Subject: [PATCH] OPENDJ-1886: Remove short option for testonly arg

---
 opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/CommonArguments.java |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/CommonArguments.java b/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/CommonArguments.java
index a7ffe93..12c7a9d 100644
--- a/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/CommonArguments.java
+++ b/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/CommonArguments.java
@@ -304,23 +304,6 @@
     }
 
     /**
-     * Returns the "testonly" boolean argument.
-     * <br><i> N.B : the 't' short option is also used by targetldif, timelimit,
-     * trustmanagerproviderdn, stoptime, start(dateTime)</i>
-     *
-     * @return The "testonly" argument.
-     * @throws ArgumentException
-     *             If there is a problem with any of the parameters used to create this argument.
-     */
-    public static BooleanArgument getTestOnly() throws ArgumentException {
-        final BooleanArgument testOnly = new BooleanArgument("testOnly".toLowerCase(), 't', "testOnly",
-                INFO_ARGUMENT_DESCRIPTION_TESTONLY.get());
-        testOnly.setHidden(true);
-        testOnly.setPropertyName("testOnly");
-        return testOnly;
-    }
-
-    /**
      * Returns the "trustAll" boolean argument.
      *
      * @return The "trustAll" argument.

--
Gitblit v1.10.0