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

kenneth_suter
12.41.2007 6452a0b512de72a2beb6da4a3f50fdc788a0f90f
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/Application.java
@@ -576,7 +576,7 @@
   * a silent session this method returns null.
   * @return UserInteraction object
   */
  protected UserInteraction userInteraction() {
  public UserInteraction userInteraction() {
    // Note:  overridden in GuiApplication
    UserInteraction ui = null;
    if (!getUserData().isSilent()) {