From 093afc236cd341a9eb046bc9acd95a0533d543af Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Thu, 11 Feb 2016 13:46:49 +0000
Subject: [PATCH] OPENDJSDK-42 Code cleanup
---
opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/MultiChoiceArgument.java | 25 ++-----------------------
1 files changed, 2 insertions(+), 23 deletions(-)
diff --git a/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/MultiChoiceArgument.java b/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/MultiChoiceArgument.java
index e33bea4..92b3b9e 100644
--- a/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/MultiChoiceArgument.java
+++ b/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/MultiChoiceArgument.java
@@ -22,7 +22,7 @@
*
*
* Copyright 2006-2008 Sun Microsystems, Inc.
- * Portions copyright 2014 ForgeRock AS
+ * Portions copyright 2014-2016 ForgeRock AS
*/
package com.forgerock.opendj.cli;
@@ -155,17 +155,7 @@
}
/**
- * Retrieves the set of allowed values for this argument. The contents of
- * this set must not be altered by the caller.
- *
- * @return The set of allowed values for this argument.
- */
- public Collection<T> getAllowedValues() {
- return allowedValues;
- }
-
- /**
- * Retrieves the string vale for this argument. If it has multiple values,
+ * Retrieves the string value for this argument. If it has multiple values,
* then the first will be returned. If it does not have any values, then the
* default value will be returned.
*
@@ -189,17 +179,6 @@
}
/**
- * Indicates whether the set of allowed values for this argument should be
- * treated in a case-sensitive manner.
- *
- * @return <CODE>true</CODE> if the values are to be treated in a
- * case-sensitive manner, or <CODE>false</CODE> if not.
- */
- public boolean isCaseSensitive() {
- return caseSensitive;
- }
-
- /**
* Specifies the default value that will be used for this argument if it is
* not specified on the command line and it is not set from a properties
* file.
--
Gitblit v1.10.0