Bump odlparent/yangtools/mdsal
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / test / java / org / opendaylight / controller / cluster / datastore / node / utils / transformer / UintAdaptingPrunerTest.java
index 33f6058ea734df099eb70851fdad1895cf4328c0..bba8739813a6863f8f9129bb2379c316277d8f25 100644 (file)
@@ -201,7 +201,7 @@ public class UintAdaptingPrunerTest {
                 .build()));
     }
 
-    private static NormalizedNode<?, ?> prune(final NormalizedNode<?, ?> node) throws IOException {
+    private static NormalizedNode prune(final NormalizedNode node) throws IOException {
         final ReusableNormalizedNodePruner pruner = ReusableNormalizedNodePruner.forSchemaContext(CONTEXT)
                 .withUintAdaption();
         pruner.initializeForPath(YangInstanceIdentifier.create(node.getIdentifier()));