From 8a7d994e004ad0ec1a192dbadd348e041a2e3de2 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 May 2016 13:02:12 +0000
Subject: [PATCH] ObjectClassTestCase.java: renamed test case and local variable
---
opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/PropertyValueEditor.java | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/PropertyValueEditor.java b/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/PropertyValueEditor.java
index d965ac7..32efebf 100644
--- a/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/PropertyValueEditor.java
+++ b/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/PropertyValueEditor.java
@@ -259,7 +259,7 @@
}
/**
- * Determines whether or not the default behavior is alias.
+ * Determines whether the default behavior is alias.
*
* @return Returns <code>true</code> if the default behavior is alias.
*/
@@ -268,7 +268,7 @@
}
/**
- * Determines whether or not the default behavior is defined.
+ * Determines whether the default behavior is defined.
*
* @return Returns <code>true</code> if the default behavior is defined.
*/
@@ -277,7 +277,7 @@
}
/**
- * Determines whether or not the default behavior is inherited.
+ * Determines whether the default behavior is inherited.
*
* @return Returns <code>true</code> if the default behavior is inherited.
*/
@@ -286,7 +286,7 @@
}
/**
- * Determines whether or not the default behavior is undefined.
+ * Determines whether the default behavior is undefined.
*
* @return Returns <code>true</code> if the default behavior is undefined.
*/
@@ -921,7 +921,7 @@
}
/**
- * Generate an appropriate menu option for a property which asks the user whether or not they want to keep the
+ * Generate an appropriate menu option for a property which asks the user whether they want to keep the
* property's current settings.
*/
private <T> LocalizableMessage getKeepDefaultValuesMenuOption(PropertyDefinition<T> pd,
@@ -1527,7 +1527,7 @@
}
/**
- * Generate an appropriate menu option for a property which asks the user whether or not they want to keep the
+ * Generate an appropriate menu option for a property which asks the user whether they want to keep the
* property's current settings.
*/
private <T> LocalizableMessage getKeepDefaultValuesMenuOption(PropertyDefinition<T> pd) {
@@ -1860,7 +1860,7 @@
* @param c
* The collection of properties which can be edited.
* @param isCreate
- * Flag indicating whether or not the managed object is being created. If it is then read-only properties
+ * Flag indicating whether the managed object is being created. If it is then read-only properties
* will be modifiable.
* @return Returns {@code MenuResult.success()} if the changes made to the managed object should be applied, or
* {@code MenuResult.cancel()} if the user to chose to cancel any changes, or {@code MenuResult.quit()} if
--
Gitblit v1.10.0