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

dugan
07.56.2007 7bbe88cbb3a5a0be5e2799935e00907f755b7a0a
opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/EnumTargetOperator.java
@@ -31,6 +31,7 @@
 *  This class provides an enumeration of the valid ACI target operators.
 */
public enum EnumTargetOperator {
    /**
    * This enumeration is returned when the target operator is  "=".
     */
@@ -40,7 +41,7 @@
     */
    NOT_EQUALITY    ("!=");
    /**
    /*
     * The target operator name.
     */
    private final String operator;