mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
28.17.2012 e6704fe28ae7e0fa2c9c5d845f67643a3af90381
Fix incorrect comment.
1 files modified
9 ■■■■■ changed files
opends/src/server/org/opends/server/authorization/dseecompat/TargetAttr.java 9 ●●●●● patch | view | raw | blame | history
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).