Bump odlparent/yangtools/mdsal
[controller.git] / opendaylight / md-sal / sal-distributed-eos / src / test / java / org / opendaylight / controller / cluster / entityownership / EntityOwnerChangeListenerTest.java
index ccfbbbb4cdb825570ea04075bd9286575e3b496a..6eb5847e2baedb211ce18b952837daa6d71114ce 100644 (file)
@@ -136,7 +136,7 @@ public class EntityOwnerChangeListenerTest {
                 anyBoolean(), anyBoolean());
     }
 
-    private void writeNode(final YangInstanceIdentifier path, final NormalizedNode<?, ?> node)
+    private void writeNode(final YangInstanceIdentifier path, final NormalizedNode node)
             throws DataValidationFailedException {
         AbstractEntityOwnershipTest.writeNode(path, node, shardDataTree);
     }