Merge "Updated pom.xml to build documentation only on jenkins merge-job"
[openflowjava.git] / third-party / openflow-codec / src / main / java / org / openflow / codec / protocol / statistics / table / OFPTableFeaturePropWriteActionsMiss.java
1 package org.openflow.codec.protocol.statistics.table;
2
3 /**
4  * Class defines OFPTFPT_WRITE_ACTIONS_MISS type
5  *
6  * @author AnilGujele
7  *
8  */
9 public class OFPTableFeaturePropWriteActionsMiss extends OFPTableFeaturePropActions {
10
11     /**
12      * constructor
13      */
14     public OFPTableFeaturePropWriteActionsMiss() {
15         super.setOFTableFeaturePropType(OFPTableFeaturePropType.WRITE_ACTIONS_MISS);
16     }
17
18 }