Bump upstreams
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / protocol / deserialization / match / MatchDeserializer.java
index 47ee1a6c77c8a55f7267468c0b70d975f7b0701c..d655953c69625a364c616a392b086463f7f27614 100644 (file)
@@ -29,11 +29,12 @@ import org.slf4j.LoggerFactory;
 
 public class MatchDeserializer implements OFDeserializer<Match>, HeaderDeserializer<Match>,
         MatchEntryDeserializerRegistry, MatchEntryDeserializer, DeserializerRegistryInjector {
-
     private static final Logger LOG = LoggerFactory.getLogger(MatchDeserializer.class);
+
     private final Map<MatchEntryDeserializerKey, MatchEntryDeserializer> entryRegistry = new HashMap<>();
     private final MatchPath matchPath;
-    private DeserializerRegistry registry;
+
+    private DeserializerRegistry registry = null;
 
     public MatchDeserializer(final MatchPath matchPath) {
         this.matchPath = matchPath;