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-server-legacy/src/main/java/org/opends/quicksetup/UserData.java |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/quicksetup/UserData.java b/opendj-server-legacy/src/main/java/org/opends/quicksetup/UserData.java
index ddad227..0a44b64 100644
--- a/opendj-server-legacy/src/main/java/org/opends/quicksetup/UserData.java
+++ b/opendj-server-legacy/src/main/java/org/opends/quicksetup/UserData.java
@@ -492,7 +492,7 @@
   }
 
   /**
-   * Sets whether or not this session should print messages to the
+   * Sets whether this session should print messages to the
    * console if in CLI mode.
    * @param quiet where true indicates this session should be quiet
    */
@@ -501,10 +501,10 @@
   }
 
   /**
-   * Indicates whether or not the user has requested quiet mode.
+   * Indicates whether the user has requested quiet mode.
    * <p>
    * Quiet mode in the CLI means that nothing is written to output including
-   * prompts for information and whether or not to continue an operation
+   * prompts for information and whether to continue an operation
    * experiencing errors.
    *
    * @return boolean where true indicates this session should be quiet.
@@ -514,7 +514,7 @@
   }
 
   /**
-   * Sets whether or not this session should be verbose.
+   * Sets whether this session should be verbose.
    * @param verbose where true indicates this session should be verbose
    */
   public void setVerbose(boolean verbose) {
@@ -522,7 +522,7 @@
   }
 
   /**
-   * Indicates whether or not the user has requested verbose mode.
+   * Indicates whether the user has requested verbose mode.
    *
    * @return boolean where true indicates this session should be verbose.
    */
@@ -531,7 +531,7 @@
   }
 
   /**
-   * Sets whether or not we must continue when there is a non critical error.
+   * Sets whether we must continue when there is a non critical error.
    * @param forceOnError where true indicates to continue uninstall if there is
    * a non critical error.
    */
@@ -540,7 +540,7 @@
   }
 
   /**
-   * Indicates whether or not the user has requested to continue when a non
+   * Indicates whether the user has requested to continue when a non
    * critical error occurs.
    *
    * @return boolean where true indicates to continue uninstall if there is a
@@ -551,7 +551,7 @@
   }
 
   /**
-   * Indicates whether or not the user has requested interactive mode.
+   * Indicates whether the user has requested interactive mode.
    * <p>
    * Interactive mode in the CLI means that the CLI will prompt the user
    * for more information if it is required.  Interactivity does NOT

--
Gitblit v1.10.0