Merge "Remove Optional.ofNullable() antipatterns"
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / translator / PacketReceivedTranslator.java
index fd02344cbcc364cc5d7eef8835b8a34b92830305..35e031ffe2a79cc1ef40c70f3e2cd220f2d1d114 100644 (file)
@@ -91,7 +91,7 @@ public class PacketReceivedTranslator implements MessageTranslator<PacketInMessa
         final AugmentTuple<org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.packet.received.Match>
                 matchExtensionWrap = MatchExtensionHelper
                 .processAllExtensions(input.getMatch().getMatchEntry(), OpenflowVersion.get(input.getVersion()),
-                                      MatchPath.PACKETRECEIVED_MATCH);
+                                      MatchPath.PACKET_RECEIVED_MATCH);
 
         if (matchExtensionWrap != null) {
             matchBuilder.addAugmentation(matchExtensionWrap.getAugmentationClass(),