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

Jean-Noel Rouvignac
17.26.2015 88f16d892d54fd8c3e190cc1f6363638b11ae1a3
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.