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/AggregationPropertyDefinition.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/opendj-config/src/main/java/org/forgerock/opendj/config/AggregationPropertyDefinition.java b/opendj-config/src/main/java/org/forgerock/opendj/config/AggregationPropertyDefinition.java
index 834b673..2c41d7e 100644
--- a/opendj-config/src/main/java/org/forgerock/opendj/config/AggregationPropertyDefinition.java
+++ b/opendj-config/src/main/java/org/forgerock/opendj/config/AggregationPropertyDefinition.java
@@ -122,7 +122,7 @@
private Condition targetIsEnabledCondition = Conditions.TRUE;
/**
- * The condition which is used to determine whether or not
+ * The condition which is used to determine whether
* referenced managed objects need to be enabled.
*/
private Condition targetNeedsEnablingCondition = Conditions.TRUE;
@@ -174,12 +174,12 @@
}
/**
- * Sets the condition which is used to determine whether or not
+ * Sets the condition which is used to determine whether
* referenced managed objects need to be enabled. By default referenced
* managed objects must always be enabled.
*
* @param condition
- * The condition which is used to determine whether or not
+ * The condition which is used to determine whether
* referenced managed objects need to be enabled.
*/
public final void setTargetNeedsEnablingCondition(Condition condition) {
@@ -694,7 +694,7 @@
private final Condition targetIsEnabledCondition;
/**
- * The condition which is used to determine whether or not
+ * The condition which is used to determine whether
* referenced managed objects need to be enabled.
*/
private final Condition targetNeedsEnablingCondition;
@@ -858,10 +858,10 @@
}
/**
- * Gets the condition which is used to determine whether or not referenced
+ * Gets the condition which is used to determine whether referenced
* managed objects need to be enabled.
*
- * @return Returns the condition which is used to determine whether or not
+ * @return Returns the condition which is used to determine whether
* referenced managed objects need to be enabled.
*/
public final Condition getTargetNeedsEnablingCondition() {
--
Gitblit v1.10.0