Bump MDSAL to 4.0.0
[bgpcep.git] / pcep / ietf-stateful07 / src / main / java / org / opendaylight / protocol / pcep / ietf / stateful07 / Stateful07LSPIdentifierIpv4TlvParser.java
index 702491c9a93e8b1ae2a31a17d3b4984aec94fcb2..acfe3d7d515ccc739f73668f217502f0a06c9ab4 100644 (file)
@@ -64,7 +64,7 @@ public final class Stateful07LSPIdentifierIpv4TlvParser implements TlvParser, Tl
         final LspIdentifiers lsp = (LspIdentifiers) tlv;
         final AddressFamily afi = lsp.getAddressFamily();
         final ByteBuf body = Unpooled.buffer();
-        if (afi.getImplementedInterface().equals(Ipv6Case.class)) {
+        if (afi.implementedInterface().equals(Ipv6Case.class)) {
             new Stateful07LSPIdentifierIpv6TlvParser().serializeTlv(tlv, buffer);
         }
         final Ipv4 ipv4 = ((Ipv4Case) afi).getIpv4();