From c430f8b3da724d0a117eadd172b92179b9a0b5a9 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Fri, 21 Mar 2014 11:59:48 +0000
Subject: [PATCH] OPENDJ-1368 (CR-3232) Remove AttributeValue

---
 opendj3-server-dev/src/server/org/opends/server/authorization/dseecompat/UserDN.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opendj3-server-dev/src/server/org/opends/server/authorization/dseecompat/UserDN.java b/opendj3-server-dev/src/server/org/opends/server/authorization/dseecompat/UserDN.java
index e299cc8..a3d78b1 100644
--- a/opendj3-server-dev/src/server/org/opends/server/authorization/dseecompat/UserDN.java
+++ b/opendj3-server-dev/src/server/org/opends/server/authorization/dseecompat/UserDN.java
@@ -346,10 +346,10 @@
     /*
      * TODO Evaluate making this method more efficient.
      *
-     * The evalDNEntryAttr method isn't as efficient as it could be.  It would
-     * probably be faster to to convert the clientDN to an ByteString and
-     * see if the entry has that value than to decode each value as a DN and
-     * see if it matches the clientDN.
+     * The evalDNEntryAttr method isn't as efficient as it could be.
+     * It would probably be faster to to convert the clientDN to a ByteString
+     * and see if the entry has that value than to decode each value as a DN
+     * and see if it matches the clientDN.
      */
     /**
      * This method searches an entry for an attribute value that is

--
Gitblit v1.10.0