opendj-server-legacy/src/test/java/org/opends/server/admin/server/AggregationServerTest.java
@@ -909,7 +909,7 @@ /** Asserts that the actual set of DNs contains the expected values. */ private void assertSetEquals(SortedSet<String> actual, String... expected) { SortedSet<String> values = new TreeSet<String>(TestChildCfgDefn SortedSet<String> values = new TreeSet<>(TestChildCfgDefn .getInstance().getAggregationPropertyPropertyDefinition()); if (expected != null) { for (String value : expected) {