Merge "Use ImmutableNodes.fromInstanceId in restconf"
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / test / java / org / opendaylight / controller / sal / binding / test / AbstractDataServiceTest.java
index 059c6449df99bf9cfdb94e3021cb1c8f8c68caf6..7acdafef245f85871e251ad073f0c281bddafbef 100644 (file)
@@ -14,10 +14,8 @@ import org.opendaylight.controller.sal.binding.api.data.DataProviderService;
 import org.opendaylight.controller.sal.binding.test.util.BindingBrokerTestFactory;
 import org.opendaylight.controller.sal.binding.test.util.BindingTestContext;
 
-@SuppressWarnings("deprecation")
 public abstract class AbstractDataServiceTest {
 
-    protected org.opendaylight.controller.sal.core.api.data.DataProviderService biDataService;
     protected DataProviderService baDataService;
 
     protected BindingTestContext testContext;
@@ -32,7 +30,6 @@ public abstract class AbstractDataServiceTest {
         testContext.start();
 
         baDataService = testContext.getBindingDataBroker();
-        biDataService = testContext.getDomDataBroker();
     }
 
     protected boolean getStartWithSchema() {