Bump MDSAL to 4.0.0
[bgpcep.git] / bgp / parser-spi / src / main / java / org / opendaylight / protocol / bgp / parser / spi / pojo / SimpleExtendedCommunityRegistry.java
index c96f7225a2082fe928cf74c15d6ab1bb6e2384a3..eb8a87a918ef09060b5d6ebd1d3575597f6b28a6 100644 (file)
@@ -60,7 +60,7 @@ final class SimpleExtendedCommunityRegistry implements ExtendedCommunityRegistry
     @Override
     public void serializeExtendedCommunity(final ExtendedCommunities extendedCommunity, final ByteBuf byteAggregator) {
         final ExtendedCommunitySerializer serializer = this.handlers.getSerializer(extendedCommunity
-            .getExtendedCommunity().getImplementedInterface());
+            .getExtendedCommunity().implementedInterface());
         if (serializer == null) {
             return;
         }