From 9c4bbb9506f50f6a7bfacfe6f6ad62b357f77425 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.
---
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
index 24881a2..ac4a88c 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
+++ b/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)
--
Gitblit v1.10.0