Drop <R, I> generic from RIBSupport
[bgpcep.git] / bgp / extensions / l3vpn / src / test / java / org / opendaylight / protocol / bgp / l3vpn / mcast / L3vpnMcastIpv4RIBSupportTest.java
index a681b94be9d772f0fd3b4c92bddd324ec0208136..dde8d73483be0d12382288249dc8b4a2d264491d 100644 (file)
@@ -53,7 +53,7 @@ import org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidateNod
 import org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidates;
 
 public class L3vpnMcastIpv4RIBSupportTest extends AbstractRIBSupportTest<L3vpnMcastRoutesIpv4Case ,L3vpnMcastRoutesIpv4,
-        L3vpnMcastRoute, L3vpnMcastRouteKey> {
+        L3vpnMcastRoute> {
     private static final PathId PATH_ID = new PathId(Uint32.ZERO);
     private static final IpPrefix IPV4_PREFIX = new IpPrefix(new Ipv4Prefix("34.1.22.0/24"));
     private static final RouteDistinguisher RD = new RouteDistinguisher(new RdIpv4("1.2.3.4:258"));