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/server/ServerManagedObject.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-config/src/main/java/org/forgerock/opendj/config/server/ServerManagedObject.java b/opendj-config/src/main/java/org/forgerock/opendj/config/server/ServerManagedObject.java
index 5a7da06..fa28331 100644
--- a/opendj-config/src/main/java/org/forgerock/opendj/config/server/ServerManagedObject.java
+++ b/opendj-config/src/main/java/org/forgerock/opendj/config/server/ServerManagedObject.java
@@ -581,7 +581,7 @@
}
/**
- * Determines whether or not the optional managed object associated with the
+ * Determines whether the optional managed object associated with the
* specified optional relations exists.
*
* @param d
@@ -973,7 +973,7 @@
}
/**
- * Determines whether or not this managed object can be used by the server.
+ * Determines whether this managed object can be used by the server.
*
* @throws ConstraintViolationException
* If one or more constraints determined that this managed
--
Gitblit v1.10.0