From 8a7d994e004ad0ec1a192dbadd348e041a2e3de2 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 May 2016 13:02:12 +0000
Subject: [PATCH] ObjectClassTestCase.java: renamed test case and local variable
---
opendj-cli/src/main/java/com/forgerock/opendj/cli/MenuBuilder.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-cli/src/main/java/com/forgerock/opendj/cli/MenuBuilder.java b/opendj-cli/src/main/java/com/forgerock/opendj/cli/MenuBuilder.java
index 07b3ce7..ec7e16b 100644
--- a/opendj-cli/src/main/java/com/forgerock/opendj/cli/MenuBuilder.java
+++ b/opendj-cli/src/main/java/com/forgerock/opendj/cli/MenuBuilder.java
@@ -473,11 +473,11 @@
}
/**
- * Sets the flag which indicates whether or not the menu will permit multiple numeric options to be selected at
+ * Sets the flag which indicates whether the menu will permit multiple numeric options to be selected at
* once. Users specify multiple choices by separating them with a comma. The default is <code>false</code>.
*
* @param allowMultiSelect
- * Indicates whether or not the menu will permit multiple numeric options to be selected at once.
+ * Indicates whether the menu will permit multiple numeric options to be selected at once.
*/
public void setAllowMultiSelect(boolean allowMultiSelect) {
this.allowMultiSelect = allowMultiSelect;
--
Gitblit v1.10.0