From b21ac5d0c92951f9637053a4fa4736e7d86c6142 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 01 Sep 2011 11:07:25 +0000
Subject: [PATCH] Fix checkstyle. Missing @param description for added parameter.
---
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java b/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
index 24881a2..ac4a88c 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
+++ b/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)
--
Gitblit v1.10.0