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

jvergara
18.07.2009 a8192343ef279e3fe08b024e5a1e7a49f12862d5
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/BackgroundTask.java
@@ -55,10 +55,10 @@
   * @return  An {@code Object} with information about the processing performed
   *          for this task, or {@code null} if no return value is needed.
   *
   * @throws Exception exception that will be passed through the method
   * @throws Throwable throwable that will be passed through the method
   *          backgroundTaskCompleted.
   */
  public abstract T processBackgroundTask() throws Exception;
  public abstract T processBackgroundTask() throws Throwable;