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/Argument.java | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/opendj-cli/src/main/java/com/forgerock/opendj/cli/Argument.java b/opendj-cli/src/main/java/com/forgerock/opendj/cli/Argument.java
index a15be6d..e75df99 100644
--- a/opendj-cli/src/main/java/com/forgerock/opendj/cli/Argument.java
+++ b/opendj-cli/src/main/java/com/forgerock/opendj/cli/Argument.java
@@ -50,8 +50,7 @@
private boolean isMultiValued;
// Indicates whether this argument was provided in the set of
- // command-line
- // arguments.
+ // command-line arguments.
private boolean isPresent;
// Indicates whether this argument is required to have a value.
@@ -82,13 +81,11 @@
private String propertyName;
// The value placeholder for this argument, which will be used in
- // usage
- // information.
+ // usage information.
private LocalizableMessage valuePlaceholder;
// Indicates whether this argument was provided in the set of
- // properties
- // found is a properties file.
+ // properties found is a properties file.
private boolean isValueSetByProperty;
/**
--
Gitblit v1.10.0