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

Jean-Noel Rouvignac
17.26.2015 88f16d892d54fd8c3e190cc1f6363638b11ae1a3
opendj-server-legacy/src/main/java/org/opends/server/tools/ManageTasks.java
@@ -147,22 +147,22 @@
  /**
   * ID of task for which to display details and exit.
   */
  private StringArgument task = null;
  private StringArgument task;
  /**
   * Indicates print summary and exit.
   */
  private BooleanArgument summary = null;
  private BooleanArgument summary;
  /**
   * ID of task to cancel.
   */
  private StringArgument cancel = null;
  private StringArgument cancel;
  /**
   * Argument used to request non-interactive behavior.
   */
  private BooleanArgument noPrompt = null;
  private BooleanArgument noPrompt;
  /**
   * Accesses the directory's task backend.