Bump odlparent/yangtools/mdsal
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / datastore / modification / DeleteModificationTest.java
index ac0d7f93887b4ce1865af17f1fe7943c89323590..c483d4d411f45b154dc20b159990703ce0186bd0 100644 (file)
@@ -33,7 +33,7 @@ public class DeleteModificationTest extends AbstractModificationTest {
         commitTransaction(writeTransaction);
 
         // Check if it's in the datastore
-        Optional<NormalizedNode<?, ?>> data = readData(TestModel.TEST_PATH);
+        Optional<NormalizedNode> data = readData(TestModel.TEST_PATH);
         Assert.assertTrue(data.isPresent());
 
         // Delete stuff from the datastore