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

kenneth_suter
24.37.2007 2b1318754b3613c413c72b192ff47ba6bfb55d31
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/upgrader/BuildExtractor.java
@@ -205,4 +205,18 @@
  public boolean isFinished() {
    return finished;
  }
  /**
   * {@inheritDoc}
   */
  public boolean isCancellable() {
    return false;
  }
  /**
   * {@inheritDoc}
   */
  public void cancel() {
    // do nothing; not cancellable
  }
}