Bump upstreams for 2022.09 Chlorine
[openflowplugin.git] / extension / openflowjava-extension-eric / src / main / java / org / opendaylight / openflowjava / eric / codec / match / AbstractMatchCodec.java
index b6e645ff9ebc7191faf5638066e4b49792af5593..954b42c6a789ecd498aaa60436907df79b8367e5 100644 (file)
@@ -102,10 +102,10 @@ public abstract class AbstractMatchCodec implements
     /**
      * Returns the eric_field class.
      */
-    public abstract Class<? extends MatchField> getEricField();
+    public abstract MatchField getEricField();
 
     /**
      * Returns the oxm_class class.
      */
-    public abstract Class<? extends OxmClassBase> getOxmClass();
+    public abstract OxmClassBase getOxmClass();
 }