From 468ad5929d913f6ed424a58dad454c89e1c5a06e Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Sat, 22 Sep 2012 07:36:56 +0000
Subject: [PATCH] Fix issue OPENDJ-591- dsconfig --quiet isn't when using --batchFilePath. fix typo in comment
---
opends/src/server/org/opends/server/util/cli/ConsoleApplication.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/util/cli/ConsoleApplication.java b/opends/src/server/org/opends/server/util/cli/ConsoleApplication.java
index f981658..0ed28cb 100644
--- a/opends/src/server/org/opends/server/util/cli/ConsoleApplication.java
+++ b/opends/src/server/org/opends/server/util/cli/ConsoleApplication.java
@@ -421,7 +421,7 @@
/**
* Display the batch progress string to the error stream, if we are not
- * in quiet mode
+ * in quiet mode.
*
* @param s
* The string to display
--
Gitblit v1.10.0