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/AbstractManagedObject.java | 15 ++++++---------
1 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/AbstractManagedObject.java b/opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/AbstractManagedObject.java
index f502405..ea8aebb 100644
--- a/opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/AbstractManagedObject.java
+++ b/opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/AbstractManagedObject.java
@@ -183,9 +183,8 @@
private final ManagedObjectDefinition<T, ? extends Configuration> definition;
/**
- * Indicates whether or not this managed object exists on the server
- * (false means the managed object is new and has not been
- * committed).
+ * Indicates whether this managed object exists on the server
+ * (false means the managed object is new and has not been committed).
*/
private boolean existsOnServer;
@@ -208,9 +207,8 @@
* @param properties
* The managed object's properties.
* @param existsOnServer
- * Indicates whether or not the managed object exists on the
- * server (false means the managed object is new and has not been
- * committed).
+ * Indicates whether the managed object exists on the server
+ * (false means the managed object is new and has not been committed).
* @param namingPropertyDefinition
* Optional naming property definition.
*/
@@ -670,9 +668,8 @@
* @param properties
* The managed object's properties.
* @param existsOnServer
- * Indicates whether or not the managed object exists on the
- * server (false means the managed object is new and has not been
- * committed).
+ * Indicates whether the managed object exists on the server
+ * (false means the managed object is new and has not been committed).
* @param namingPropertyDefinition
* Optional naming property definition.
* @return Returns the new managed object.
--
Gitblit v1.10.0