opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/TargetAttr.java
@@ -47,12 +47,12 @@ /* * Flags that is set if all user attributes pattern seen "*". */ private boolean allUserAttributes = false ; private boolean allUserAttributes; /* * Flags that is set if all operational attributes pattern seen "+". */ private boolean allOpAttributes = false ; private boolean allOpAttributes; /* * HashSet of the attribute types parsed by the constructor.