YangInstanceIdentifier::toInstance() -> build() 31/27531/2
authorStephen Kitt <skitt@redhat.com>
Mon, 28 Sep 2015 12:25:07 +0000 (14:25 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 28 Sep 2015 20:36:17 +0000 (20:36 +0000)
::toInstance() is gone, which breaks the build.

Change-Id: I51662dd351bf5b02441f58291e85e0e1729d7785
Signed-off-by: Stephen Kitt <skitt@redhat.com>
opendaylight/md-sal/sal-binding-dom-it/src/test/java/org/opendaylight/controller/sal/binding/test/connect/dom/DOMRpcServiceTestBugfix560.java

index 1e93c59434c64ac291774fa34bd6fce7b798e4ac..0ec48a53b7caa7309d6a29d219631d66fc32faa9 100644 (file)
@@ -107,7 +107,7 @@ public class DOMRpcServiceTestBugfix560 {
                 .builder().node(Top.QNAME)
                 .node(TopLevelList.QNAME)
                 .nodeWithKey(TopLevelList.QNAME, TLL_NAME_QNAME, mount)
-                .toInstance();
+                .build();
     }
 
     private static InstanceIdentifier<TopLevelList> createBATllIdentifier(