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

Jean-Noel Rouvignac
20.52.2013 3398f357636254d494b38ccf7553ccad0006da3a
opends/src/guitools/org/opends/guitools/controlpanel/task/Task.java
@@ -23,7 +23,7 @@
 *
 *
 *      Copyright 2008-2009 Sun Microsystems, Inc.
 *      Portions Copyright 2011 ForgeRock AS
 *      Portions Copyright 2011-2013 ForgeRock AS
 */
package org.opends.guitools.controlpanel.task;
@@ -189,7 +189,7 @@
     * Other task.
     */
    OTHER
  };
  }
  /**
   * The state on which the task can be.
@@ -212,7 +212,7 @@
     * The task finished with error.
     */
    FINISHED_WITH_ERROR
  };
  }
  /**
   * Returns the names of the backends that are affected by the task.