Use BrokerFacade non-statically
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / java / org / opendaylight / controller / sal / restconf / impl / test / RestconfImplNotificationSubscribingTest.java
index 6e644b9ca145d4815351d94b669ef5ac1e7534cf..54742ce0d866fb0ac3a7371561d317177d531504 100644 (file)
@@ -68,7 +68,6 @@ public class RestconfImplNotificationSubscribingTest {
     public void setup() throws Exception {
         MockitoAnnotations.initMocks(this);
 
-        this.broker.setDomDataBroker(this.domDataBroker);
         RestconfImpl.getInstance().setBroker(this.broker);
 
         controllerContext = TestRestconfUtils.newControllerContext(schemaContext);