From e6704fe28ae7e0fa2c9c5d845f67643a3af90381 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Wed, 28 Mar 2012 15:17:52 +0000
Subject: [PATCH] Fix incorrect comment.

---
 opends/src/server/org/opends/server/authorization/dseecompat/TargetAttr.java |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/opends/src/server/org/opends/server/authorization/dseecompat/TargetAttr.java b/opends/src/server/org/opends/server/authorization/dseecompat/TargetAttr.java
index 4f10f05..df2072b 100644
--- a/opends/src/server/org/opends/server/authorization/dseecompat/TargetAttr.java
+++ b/opends/src/server/org/opends/server/authorization/dseecompat/TargetAttr.java
@@ -23,6 +23,7 @@
  *
  *
  *      Copyright 2008 Sun Microsystems, Inc.
+ *      Portions Copyright 2012 ForgeRock AS
  */
 
 package org.opends.server.authorization.dseecompat;
@@ -222,11 +223,11 @@
     }
 
     /**
-     * Performs test to see if the specified is applicable to the specified
-     * TargetAttr. First a check if the TargetAttr parsing code saw an
-     * expression like:
+     * Performs test to see if the specified attribute type is applicable
+     * to the specified TargetAttr. First a check if the TargetAttr parsing
+     * code saw an expression like:
      *
-     *  (targetattrs="+ || *), (targetattrs != "* || +)
+     *  (targetattrs="+ || *"), (targetattrs != "* || +")
      *
      * where both shorthand tokens where parsed. IF so then the attribute type
      * matches automatically (or not matches if NOT_EQUALITY).

--
Gitblit v1.10.0