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

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/tools/tasks/TaskEntry.java b/opendj-server-legacy/src/main/java/org/opends/server/tools/tasks/TaskEntry.java
index 66a5185..9702974 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/tools/tasks/TaskEntry.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/tools/tasks/TaskEntry.java
@@ -365,7 +365,7 @@
   }
 
   /**
-   * Indicates whether or not this task supports a cancel operation.
+   * Indicates whether this task supports a cancel operation.
    *
    * @return boolean where true means this task supports being canceled.
    */
@@ -406,7 +406,7 @@
   }
 
   /**
-   * Indicates whether or not this task is done.
+   * Indicates whether this task is done.
    *
    * @return boolean where true means this task is done
    */

--
Gitblit v1.10.0