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/util/cli/LDAPConnectionConsoleInteraction.java |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/util/cli/LDAPConnectionConsoleInteraction.java b/opendj-server-legacy/src/main/java/org/opends/server/util/cli/LDAPConnectionConsoleInteraction.java
index 5beb0be..1da5c1c 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/util/cli/LDAPConnectionConsoleInteraction.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/util/cli/LDAPConnectionConsoleInteraction.java
@@ -1177,8 +1177,7 @@
   }
 
   /**
-   * Indicates whether or not a connection should use SSL based on this
-   * interaction.
+   * Indicates whether a connection should use SSL based on this interaction.
    *
    * @return boolean where true means use SSL
    */
@@ -1188,8 +1187,7 @@
   }
 
   /**
-   * Indicates whether or not a connection should use StartTLS based on this
-   * interaction.
+   * Indicates whether a connection should use StartTLS based on this interaction.
    *
    * @return boolean where true means use StartTLS
    */

--
Gitblit v1.10.0