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

Ludovic Poitou
01.07.2011 9c4bbb9506f50f6a7bfacfe6f6ad62b357f77425
Fix checkstyle. Missing @param description for added parameter.
1 files modified
1 ■■■■ changed files
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 1 ●●●● patch | view | raw | blame | history
opendj-sdk/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)