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/main/java/org/opends/server/backends/pluggable/BackendStat.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/BackendStat.java b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/BackendStat.java
index f76b880..e94dba2 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/BackendStat.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/BackendStat.java
@@ -279,9 +279,9 @@
   /** The argument which should be used to specify the config file. */
   private StringArgument configFile;
 
-  /** Flag indicating whether or not the sub-commands have already been initialized. */
+  /** Flag indicating whether the sub-commands have already been initialized. */
   private boolean subCommandsInitialized;
-  /** Flag indicating whether or not the global arguments have already been initialized. */
+  /** Flag indicating whether the global arguments have already been initialized. */
   private boolean globalArgumentsInitialized;
 
   /**

--
Gitblit v1.10.0