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/client/ClientConstraintHandler.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj-config/src/main/java/org/forgerock/opendj/config/client/ClientConstraintHandler.java b/opendj-config/src/main/java/org/forgerock/opendj/config/client/ClientConstraintHandler.java
index d457f67..e62b24e 100644
--- a/opendj-config/src/main/java/org/forgerock/opendj/config/client/ClientConstraintHandler.java
+++ b/opendj-config/src/main/java/org/forgerock/opendj/config/client/ClientConstraintHandler.java
@@ -42,7 +42,7 @@
     }
 
     /**
-     * Determines whether or not the newly created managed object which is about
+     * Determines whether the newly created managed object which is about
      * to be added to the server configuration satisfies this constraint.
      * <p>
      * If the constraint is not satisfied, the implementation must return
@@ -68,7 +68,7 @@
     }
 
     /**
-     * Determines whether or not the changes to an existing managed object which
+     * Determines whether the changes to an existing managed object which
      * are about to be committed to the server configuration satisfies this
      * constraint.
      * <p>
@@ -95,7 +95,7 @@
     }
 
     /**
-     * Determines whether or not the existing managed object which is about to
+     * Determines whether the existing managed object which is about to
      * be deleted from the server configuration satisfies this constraint.
      * <p>
      * If the constraint is not satisfied, the implementation must return

--
Gitblit v1.10.0