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;