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/spi/Property.java |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/Property.java b/opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/Property.java
index 230e7d0..d72c1b3 100644
--- a/opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/Property.java
+++ b/opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/Property.java
@@ -12,6 +12,7 @@
  * information: "Portions Copyright [year] [name of copyright owner]".
  *
  * Copyright 2008 Sun Microsystems, Inc.
+ * Portions Copyright 2016 ForgeRock AS.
  */
 
 package org.forgerock.opendj.config.client.spi;
@@ -27,7 +28,7 @@
  * The property stores the values in a sorted set in which values are compared
  * using the comparator defined by the property definition.
  * <p>
- * The property keeps track of whether or not its pending set of values differs
+ * The property keeps track of whether its pending set of values differs
  * from its active values.
  *
  * @param <T>
@@ -80,7 +81,7 @@
     PropertyDefinition<T> getPropertyDefinition();
 
     /**
-     * Determines whether or not this property contains any pending values.
+     * Determines whether this property contains any pending values.
      *
      * @return Returns <code>true</code> if this property does not contain any
      *         pending values.
@@ -88,8 +89,8 @@
     boolean isEmpty();
 
     /**
-     * Determines whether or not this property has been modified since it was
-     * constructed. In other words, whether or not the set of pending values
+     * Determines whether this property has been modified since it was
+     * constructed. In other words, whether the set of pending values
      * differs from the set of active values.
      *
      * @return Returns <code>true</code> if this property has been modified
@@ -98,7 +99,7 @@
     boolean isModified();
 
     /**
-     * Determines whether or not this property contains any active values.
+     * Determines whether this property contains any active values.
      *
      * @return Returns <code>true</code> if this property does not contain any
      *         active values.

--
Gitblit v1.10.0