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

Jean-Noel Rouvignac
08.48.2015 a89f7014aeb71dba5c94404dfea7eb89e7eeee74
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");