opendj-server-legacy/src/test/java/org/opends/server/admin/server/DNBuilderTest.java
@@ -122,7 +122,7 @@ .emptyPath(); SingletonRelationDefinition.Builder<TestChildCfgClient, TestChildCfg> b = new SingletonRelationDefinition.Builder<TestChildCfgClient, TestChildCfg>( new SingletonRelationDefinition.Builder<>( TestParentCfgDefn.getInstance(), "singleton-test-child", TestChildCfgDefn.getInstance()); final SingletonRelationDefinition<TestChildCfgClient, TestChildCfg> r2 = b.getInstance(); @@ -137,7 +137,6 @@ return null; } } }; path = path.child(TestCfg.getTestOneToManyParentRelationDefinition(), "test-parent-1");