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/AbstractManagedObjectDefinition.java | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/opendj-config/src/main/java/org/forgerock/opendj/config/AbstractManagedObjectDefinition.java b/opendj-config/src/main/java/org/forgerock/opendj/config/AbstractManagedObjectDefinition.java
index 41d2e5c..8ae01e9 100644
--- a/opendj-config/src/main/java/org/forgerock/opendj/config/AbstractManagedObjectDefinition.java
+++ b/opendj-config/src/main/java/org/forgerock/opendj/config/AbstractManagedObjectDefinition.java
@@ -617,7 +617,7 @@
}
/**
- * Determines whether or not this managed object definition has the
+ * Determines whether this managed object definition has the
* specified option.
*
* @param option
@@ -630,7 +630,7 @@
}
/**
- * Determines whether or not this managed object definition has the
+ * Determines whether this managed object definition has the
* specified tag.
*
* @param t
@@ -643,7 +643,7 @@
}
/**
- * Determines whether or not this managed object definition is a sub-type of
+ * Determines whether this managed object definition is a sub-type of
* the provided managed object definition. This managed object definition is
* a sub-type of the provided managed object definition if they are both the
* same or if the provided managed object definition can be obtained by
@@ -665,7 +665,7 @@
}
/**
- * Determines whether or not this managed object definition is a super-type
+ * Determines whether this managed object definition is a super-type
* of the provided managed object definition. This managed object definition
* is a super-type of the provided managed object definition if they are
* both the same or if the provided managed object definition is a member of
@@ -681,8 +681,7 @@
}
/**
- * Determines whether or not this managed object definition is the
- * {@link TopCfgDefn}.
+ * Determines whether this managed object definition is the {@link TopCfgDefn}.
*
* @return Returns <code>true</code> if this managed object definition is
* the {@link TopCfgDefn}.
--
Gitblit v1.10.0