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/backends/task/Task.java |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/backends/task/Task.java b/opendj-server-legacy/src/main/java/org/opends/server/backends/task/Task.java
index 45f1e70..1362d63 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/backends/task/Task.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/backends/task/Task.java
@@ -458,8 +458,7 @@
   }
 
   /**
-   * Indicates whether or not this task is an iteration of
-   * some recurring task.
+   * Indicates whether this task is an iteration of some recurring task.
    *
    * @return boolean where true indicates that this task is
    *         recurring, false otherwise.
@@ -470,7 +469,7 @@
   }
 
   /**
-   * Indicates whether or not this task has been cancelled.
+   * Indicates whether this task has been cancelled.
    *
    * @return boolean where true indicates that this task was
    *         cancelled either before or during execution
@@ -1071,7 +1070,7 @@
   }
 
   /**
-   * Indicates whether or not this task is interruptible or not.
+   * Indicates whether this task is interruptible or not.
    *
    * @return boolean where true indicates that this task can be interrupted.
    */

--
Gitblit v1.10.0