From bebd9e4a6245ed1fa2db80994f484c013f58fb4b Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Wed, 29 Jan 2014 09:25:14 +0000
Subject: [PATCH] Fixed comments. Remove empty folder to prevent javadoc plugin failure.
---
opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java b/opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java
index 92b3ff0..70354ce 100755
--- a/opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java
+++ b/opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java
@@ -106,12 +106,12 @@
public static final String OPTION_LONG_BATCH_FILE_PATH = "batchFilePath";
/**
- * The value for the short option hostname.
+ * The value for the short option host name.
*/
public static final char OPTION_SHORT_HOST = 'h';
/**
- * The value for the long option hostname.
+ * The value for the long option host name.
*/
public static final String OPTION_LONG_HOST = "hostname";
--
Gitblit v1.10.0