Bump MDSAL to 4.0.0
[bgpcep.git] / bgp / extensions / mvpn / src / main / java / org / opendaylight / protocol / bgp / mvpn / spi / pojo / attributes / tunnel / identifier / SimpleTunnelIdentifierRegistry.java
index af0d3e9b38e7ed17d2acb4ef3ec17c7b2310bdfe..56839de85399146f18547fc4c9caa736a40ac52b 100644 (file)
@@ -45,7 +45,7 @@ public final class SimpleTunnelIdentifierRegistry {
             LOG.debug("Skipping serialization of null PMSI Tunnel Attribute");
             return NO_TUNNEL_INFORMATION_PRESENT;
         }
-        final TunnelIdentifierSerializer serializer = this.handlers.getSerializer(tunnel.getImplementedInterface());
+        final TunnelIdentifierSerializer serializer = this.handlers.getSerializer(tunnel.implementedInterface());
         if (serializer == null) {
             LOG.debug("Skipping serialization of PMSI Tunnel Attribute {}", tunnel);
             return NO_TUNNEL_INFORMATION_PRESENT;