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/TaskScheduler.java | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/backends/task/TaskScheduler.java b/opendj-server-legacy/src/main/java/org/opends/server/backends/task/TaskScheduler.java
index 8ebe131..5da479c 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/backends/task/TaskScheduler.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/backends/task/TaskScheduler.java
@@ -917,9 +917,8 @@
/**
* Determines whether the specified task should start running. This is based
- * on the start time, the set of dependencies, and whether or not the
- * scheduler is active. Note that the caller to this method must hold the
- * scheduler lock.
+ * on the start time, the set of dependencies, and whether the scheduler is active.
+ * Note that the caller to this method must hold the scheduler lock.
*
* @param task The task for which to make the determination.
*
--
Gitblit v1.10.0