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

jvergara
04.48.2007 90288dc278771356aa6dfa3832cb4a4bb19e9fab
opends/src/quicksetup/org/opends/quicksetup/Step.java
@@ -80,7 +80,12 @@
  /**
   * Progress panel.
   */
  PROGRESS("progress-step");
  PROGRESS("progress-step"),
  /**
   * Finished panel.
   */
  FINISHED("finished-step");
  private String msgKey;
@@ -109,5 +114,11 @@
    return this == PROGRESS;
  }
  /**
   * {@inheritDoc}
   */
  public boolean isFinishedStep() {
    return this == FINISHED;
  }
}