mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noël Rouvignac
24.50.2016 8a7d994e004ad0ec1a192dbadd348e041a2e3de2
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.
   */