Bump MDSAL to 4.0.0
[bgpcep.git] / pcep / spi / src / main / java / org / opendaylight / protocol / pcep / spi / pojo / SimpleVendorInformationObjectRegistry.java
index db748962b3514902ba1ab909597fabc87e3c2f4d..35cfdaa07c96b065675919c7e2a970380c57ee91 100644 (file)
@@ -56,7 +56,7 @@ public class SimpleVendorInformationObjectRegistry implements VendorInformationO
     @Override
     public void serializeVendorInformationObject(final VendorInformationObject viObject, final ByteBuf buffer) {
         final ObjectSerializer serializer = this.handlers.getSerializer(
-            viObject.getEnterpriseSpecificInformation().getImplementedInterface());
+            viObject.getEnterpriseSpecificInformation().implementedInterface());
         if (serializer == null) {
             return;
         }