opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/TestSearchProtocolOp.java
@@ -56,7 +56,7 @@ private int timeLimit = Integer.MAX_VALUE; private boolean typesOnly = true; private LDAPFilter filter = LDAPFilter.objectClassPresent(); private LinkedHashSet<String> attributes = new LinkedHashSet<String>( private LinkedHashSet<String> attributes = new LinkedHashSet<>( Arrays.asList("description", "cn", "cn;optionA")); /**