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/server/tools/tasks/TaskTool.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/tools/tasks/TaskTool.java b/opendj-server-legacy/src/main/java/org/opends/server/tools/tasks/TaskTool.java
index afddab6..2730fcf 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/tools/tasks/TaskTool.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/tools/tasks/TaskTool.java
@@ -99,7 +99,7 @@
    * Called when this utility should perform its actions locally in this
    * JVM.
    *
-   * @param initializeServer indicates whether or not to initialize the
+   * @param initializeServer indicates whether to initialize the
    *        directory server in the case of a local action
    * @param out stream to write messages; may be null
    * @param err stream to write messages; may be null
@@ -223,7 +223,7 @@
    * tool using the tasks interface based on user input.
    *
    * @param argParser used to parse user arguments
-   * @param initializeServer indicates whether or not to initialize the
+   * @param initializeServer indicates whether to initialize the
    *        directory server in the case of a local action
    * @param out stream to write messages; may be null
    * @param err stream to write messages; may be null

--
Gitblit v1.10.0