X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=third-party%2Fopenflow-codec%2Fsrc%2Fmain%2Fjava%2Forg%2Fopenflow%2Fcodec%2Fprotocol%2Fstatistics%2Ftable%2FOFPTableFeaturePropWildcards.java;fp=third-party%2Fopenflow-codec%2Fsrc%2Fmain%2Fjava%2Forg%2Fopenflow%2Fcodec%2Fprotocol%2Fstatistics%2Ftable%2FOFPTableFeaturePropWildcards.java;h=0000000000000000000000000000000000000000;hb=64fe0fbca1a6c2b77ad25f568d73a7eb64236d16;hp=5be3b51ff31b812692dd314c2a8501b897fa99fe;hpb=8b9a3ff2bbc83941254b46b818cbbae5cc1a3a5b;p=openflowjava.git diff --git a/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropWildcards.java b/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropWildcards.java deleted file mode 100644 index 5be3b51f..00000000 --- a/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropWildcards.java +++ /dev/null @@ -1,18 +0,0 @@ -package org.openflow.codec.protocol.statistics.table; - -/** - * Class defines OFPTFPT_WILDCARDS type - * - * @author AnilGujele - * - */ -public class OFPTableFeaturePropWildcards extends OFPTableFeaturePropOXM { - - /** - * constructor - */ - public OFPTableFeaturePropWildcards() { - super.setOFTableFeaturePropType(OFPTableFeaturePropType.WILDCARDS); - } - -}