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

kenneth_suter
10.55.2007 e6367a1a7441ab27f4d152f7ee13c6f803621463
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/Step.java
@@ -96,4 +96,13 @@
  public String getMessageKey() {
    return msgKey;
  }
  /**
   * {@inheritDoc}
   */
  public boolean isProgressStep() {
    return this == PROGRESS;
  }
}