From 15cd74bebe665b957da6f0fe95ff1e72f3955b8c Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Thu, 27 May 2010 14:19:11 +0000
Subject: [PATCH] Fix typo in ACI keyword: targattrfilters is the keyword name (since Sun DS 5.0).

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

diff --git a/opends/src/server/org/opends/server/authorization/dseecompat/AciEvalContext.java b/opends/src/server/org/opends/server/authorization/dseecompat/AciEvalContext.java
index ec47623..50ae0dd 100644
--- a/opends/src/server/org/opends/server/authorization/dseecompat/AciEvalContext.java
+++ b/opends/src/server/org/opends/server/authorization/dseecompat/AciEvalContext.java
@@ -22,7 +22,7 @@
  * CDDL HEADER END
  *
  *
- *      Copyright 2008 Sun Microsystems, Inc.
+ *      Copyright 2008-2010 Sun Microsystems, Inc.
  */
 
 package org.opends.server.authorization.dseecompat;
@@ -184,7 +184,7 @@
    * @param flag  The integer value specifying either a deny or allow, but not
    * both.
    *
-   * @return  {@code true} if the ACI has an targetattrfilters keyword.
+   * @return  {@code true} if the ACI has an targattrfilters keyword.
    */
     public boolean hasTargAttrFiltersMatchOp(int flag);
 

--
Gitblit v1.10.0