From 479d8666c6fe7ae88e7a99726da668da29a8b82c 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.
---
/dev/null | 29 -----------------------------
opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java | 4 ++--
opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/Argument.java | 9 +++------
opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/FileBasedArgument.java | 3 +--
4 files changed, 6 insertions(+), 39 deletions(-)
diff --git a/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/Argument.java b/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/Argument.java
index a15be6d..e75df99 100644
--- a/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/Argument.java
+++ b/opendj-sdk/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;
/**
diff --git a/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java b/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java
index 92b3ff0..70354ce 100755
--- a/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/CliConstants.java
+++ b/opendj-sdk/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";
diff --git a/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/FileBasedArgument.java b/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/FileBasedArgument.java
index f621b9b..98390d6 100644
--- a/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/FileBasedArgument.java
+++ b/opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/FileBasedArgument.java
@@ -54,8 +54,7 @@
*/
public final class FileBasedArgument extends Argument {
// The mapping between filenames specified and the first lines read
- // from those
- // files.
+ // from those files.
private final LinkedHashMap<String, String> namesToValues;
/**
diff --git a/opendj-sdk/opendj-cli/src/main/java/org/forgerock/opendj/cli/package-info.java b/opendj-sdk/opendj-cli/src/main/java/org/forgerock/opendj/cli/package-info.java
deleted file mode 100644
index c6d2414..0000000
--- a/opendj-sdk/opendj-cli/src/main/java/org/forgerock/opendj/cli/package-info.java
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * CDDL HEADER START
- *
- * The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
- *
- * You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
- * or http://forgerock.org/license/CDDLv1.0.html.
- * See the License for the specific language governing permissions
- * and limitations under the License.
- *
- * When distributing Covered Code, include this CDDL HEADER in each
- * file and include the License file at legal-notices/CDDLv1_0.txt.
- * If applicable, add the following below this CDDL HEADER, with the
- * fields enclosed by brackets "[]" replaced with your own identifying
- * information:
- * Portions Copyright [yyyy] [name of copyright owner]
- *
- * CDDL HEADER END
- *
- *
- * Copyright 2014 ForgeRock AS.
- */
-/**
- * Classes implementing the OpenDJ CLI shared APIs.
- */
-package org.forgerock.opendj.cli;
--
Gitblit v1.10.0