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

Violette Roche-Montane
06.02.2013 259609ae49cea8d8e189bfcefd9e3d87d8c5ee1b
opendj-sdk/opends/src/server/org/opends/server/tools/upgrade/UpgradeTask.java
@@ -74,20 +74,6 @@
      throws ClientException;
  /**
   * Notifies this task that the upgrade is about to start. This method will be
   * invoked before any upgrade tasks have been performed. Most task
   * implementation will not need to do anything.
   *
   * @param context
   *          Context through which tasks can interact with the server
   *          installation.
   * @throws ClientException
   *           If an error occurred while starting the task.
   */
  void start(UpgradeContext context)
      throws ClientException;
  /**
   * Verifies that this upgrade task can be completed or not.
   *
   * @param context