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/StaticUtils.java |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/util/StaticUtils.java b/opendj-server-legacy/src/main/java/org/opends/server/util/StaticUtils.java
index 9776aa3..1f0234d 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/util/StaticUtils.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/util/StaticUtils.java
@@ -1257,7 +1257,7 @@
    *                        the determination.
    * @param  port           TCP port number of the TCP address for which to
    *                        make the determination.
-   * @param  allowReuse     Whether or not TCP address reuse is allowed when
+   * @param  allowReuse     Whether TCP address reuse is allowed when
    *                        making the determination.
    *
    * @return  {@code true} if the provided TCP address is already in
@@ -2162,8 +2162,7 @@
   }
 
   /**
-   * Indicates whether or not a string represents a syntactically correct
-   * email address.
+   * Indicates whether a string represents a syntactically correct email address.
    *
    * @param addr to validate
    * @return boolean where {@code true} indicates that the string is a

--
Gitblit v1.10.0