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%2FOFPTableFeaturePropApplyActionsMiss.java;fp=third-party%2Fopenflow-codec%2Fsrc%2Fmain%2Fjava%2Forg%2Fopenflow%2Fcodec%2Fprotocol%2Fstatistics%2Ftable%2FOFPTableFeaturePropApplyActionsMiss.java;h=0000000000000000000000000000000000000000;hb=64fe0fbca1a6c2b77ad25f568d73a7eb64236d16;hp=82ae3c97dedc934629e2cdfa4e0a288f3b55c2c1;hpb=8b9a3ff2bbc83941254b46b818cbbae5cc1a3a5b;p=openflowjava.git diff --git a/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropApplyActionsMiss.java b/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropApplyActionsMiss.java deleted file mode 100644 index 82ae3c97..00000000 --- a/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropApplyActionsMiss.java +++ /dev/null @@ -1,18 +0,0 @@ -package org.openflow.codec.protocol.statistics.table; - -/** - * Class defines OFPTFPT_APPLY_ACTIONS_MISS type - * - * @author AnilGujele - * - */ -public class OFPTableFeaturePropApplyActionsMiss extends OFPTableFeaturePropActions { - - /** - * constructor - */ - public OFPTableFeaturePropApplyActionsMiss() { - super.setOFTableFeaturePropType(OFPTableFeaturePropType.APPLY_ACTIONS_MISS); - } - -}