Bump MDSAL to 4.0.0
[bgpcep.git] / bgp / extensions / flowspec / src / main / java / org / opendaylight / protocol / bgp / flowspec / SimpleFlowspecTypeRegistry.java
index 2e33f88553d83ea6d07d9f1cce099cb14cb29b7d..6574d4d29354e9bbb498af60f69bcadacaf0c9ee 100644 (file)
@@ -26,7 +26,7 @@ public class SimpleFlowspecTypeRegistry {
     }
 
     public FlowspecTypeSerializer getFlowspecTypeSerializer(final FlowspecType fsType) {
-        return this.handlers.getSerializer(fsType.getImplementedInterface());
+        return this.handlers.getSerializer(fsType.implementedInterface());
     }
 
     public void serializeFlowspecType(final FlowspecType fsType, final ByteBuf output) {