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

Jean-Noel Rouvignac
08.48.2015 a89f7014aeb71dba5c94404dfea7eb89e7eeee74
opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/SearchRequest.java
@@ -47,7 +47,7 @@
    /**
     * Use a LinkedHashSet to return the attributes in the same order as requested by the user.
     */
    private final Set<String> attributes = new LinkedHashSet<String>();
    private final Set<String> attributes = new LinkedHashSet<>();
    private DereferenceAliasesPolicy dereferenceAliasesPolicy = DereferenceAliasesPolicy.NEVER;
    private SearchFilter filter;
    private DN name;