Fix static methods warnings after Phosphorus bump
[transportpce.git] / pce / src / test / java / org / opendaylight / transportpce / pce / constraints / PceConstraintsCalcTest.java
index e7fc751178fd6c08150cd23891ff1033060e8910..6ba36dfbee6bdd974099c5fa62ff50dc81cf8205 100644 (file)
@@ -22,12 +22,12 @@ import org.opendaylight.transportpce.test.AbstractTest;
 public class PceConstraintsCalcTest extends AbstractTest {
     private static PceConstraintsCalc pceConstraintsCalc;
     private static NetworkTransactionService networkTransactionService = null;
-    private DataBroker dataBroker = this.getDataBroker();
+    private DataBroker dataBroker = getDataBroker();
 
     @Before
     public void setup() throws Exception {
         // networkTransactionService = Mockito.mock(NetworkTransactionService.class);
-        PceTestUtils.writeNetworkIntoDataStore(dataBroker, this.getDataStoreContextUtil(),
+        PceTestUtils.writeNetworkIntoDataStore(dataBroker, getDataStoreContextUtil(),
                 TransactionUtils.getNetworkForSpanLoss());
         networkTransactionService = new NetworkTransactionImpl(new RequestProcessor(dataBroker));