From 22928337852f0af9e8b716ce5ba73c93dc28949d 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 Remove ignored ldapVersion argument

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

diff --git a/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java b/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java
index 9675329..3d1731f 100644
--- a/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java
+++ b/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java
@@ -207,11 +207,6 @@
      */
     public static final String OPTION_LONG_EFFECTIVERIGHTSATTR = "getEffectiveRightsAttribute";
 
-    /** The value for the short option protocol version attributes. */
-    public static final char OPTION_SHORT_PROTOCOL_VERSION = 'V';
-    /** The value for the long option protocol version attribute. */
-    public static final String OPTION_LONG_PROTOCOL_VERSION = "ldapVersion";
-
     /** The value for the long option version. */
     public static final char OPTION_SHORT_PRODUCT_VERSION = 'V';
     /** The value for the long option version. */

--
Gitblit v1.10.0