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

Ludovic Poitou
01.07.2011 b21ac5d0c92951f9637053a4fa4736e7d86c6142
Fix checkstyle. Missing @param description for added parameter.
1 files modified
1 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 1 ●●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -2238,6 +2238,7 @@
  /**
   * Updates the messages in the summary with the state of the server.
   * @param hmSummary the Map containing the messages.
   * @param isCli a boolean to indicate if the install is using CLI or GUI
   */
  protected void updateSummaryWithServerState(
      Map<InstallProgressStep, Message> hmSummary, Boolean isCli)