Convert CDS implementation to use msdal APIs
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / databroker / ClientBackedWriteTransactionTest.java
index 8091f705530ea86bb4e7f459a10354caa8ccf9a1..78a5c4b5804b162505b6a060b25a31eb2a9746da 100644 (file)
@@ -65,8 +65,8 @@ public class ClientBackedWriteTransactionTest extends ClientBackedTransactionTes
 
     @Test
     public void testReady() throws Exception {
-        final org.opendaylight.controller.sal.core.spi.data.DOMStoreThreePhaseCommitCohort result = object().ready();
+        final DOMStoreThreePhaseCommitCohort result = object().ready();
         Assert.assertNotNull(result);
         Mockito.verify(delegate).ready();
     }
-}
\ No newline at end of file
+}