mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opends/src/quicksetup/org/opends/quicksetup/Step.java @@ -96,4 +96,13 @@ public String getMessageKey() { return msgKey; } /** * {@inheritDoc} */ public boolean isProgressStep() { return this == PROGRESS; } }