mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/SearchRequestProtocolOp.java @@ -104,7 +104,7 @@ if (attributes == null) { this.attributes = new LinkedHashSet<String>(0); this.attributes = new LinkedHashSet<>(0); } else {