X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=extension%2Fopenflowjava-extension-eric%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fopenflowjava%2Feric%2Fcodec%2Fmatch%2FAbstractMatchCodec.java;h=954b42c6a789ecd498aaa60436907df79b8367e5;hb=refs%2Fchanges%2F45%2F101745%2F10;hp=b6e645ff9ebc7191faf5638066e4b49792af5593;hpb=daa29ff070bbeaeb8eb6341bef22362e51f8bcb4;p=openflowplugin.git diff --git a/extension/openflowjava-extension-eric/src/main/java/org/opendaylight/openflowjava/eric/codec/match/AbstractMatchCodec.java b/extension/openflowjava-extension-eric/src/main/java/org/opendaylight/openflowjava/eric/codec/match/AbstractMatchCodec.java index b6e645ff9e..954b42c6a7 100644 --- a/extension/openflowjava-extension-eric/src/main/java/org/opendaylight/openflowjava/eric/codec/match/AbstractMatchCodec.java +++ b/extension/openflowjava-extension-eric/src/main/java/org/opendaylight/openflowjava/eric/codec/match/AbstractMatchCodec.java @@ -102,10 +102,10 @@ public abstract class AbstractMatchCodec implements /** * Returns the eric_field class. */ - public abstract Class getEricField(); + public abstract MatchField getEricField(); /** * Returns the oxm_class class. */ - public abstract Class getOxmClass(); + public abstract OxmClassBase getOxmClass(); }