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

jvergara
28.05.2007 15841f1a2a5d38f43a3f6c734e30e9e22e279e49
Fix for issue 2176.

Update the function that created the Message to be displayed to return a String instead of a Message object.

1 files modified
4 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/installer/ui/InstallReviewPanel.java 4 ●●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ui/InstallReviewPanel.java
@@ -271,7 +271,7 @@
   * @param userInstallData the DataOptions of the user.
   * @return the localized string describing the DataOptions chosen by the user.
   */
  private Message getDataDisplayString(UserData userInstallData)
  private String getDataDisplayString(UserData userInstallData)
  {
    Message msg;
@@ -334,7 +334,7 @@
      msg = INFO_REVIEW_REPLICATE_SUFFIX.get(buf.toString());
    }
    return msg;
    return msg.toString();
  }
   /**
    * Returns the String representing the replication port configuration.