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-server-legacy/src/test/java/org/opends/server/protocols/jmx/JmxPrivilegeTestCase.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/JmxPrivilegeTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/JmxPrivilegeTestCase.java
index 38c4d50..0853fc8 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/JmxPrivilegeTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/JmxPrivilegeTestCase.java
@@ -311,7 +311,7 @@
    * arguments generated for each method will be:
    * <OL>
    *   <LI>A client connection to use to perform the operation</LI>
-   *   <LI>A flag indicating whether or not the operation should succeed</LI>
+   *   <LI>A flag indicating whether the operation should succeed</LI>
    * </OL>
    *
    * @return  A set of data that can be used for performing the tests.

--
Gitblit v1.10.0