BUG-3219: Fix OutboundQueue request error reporting
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / util / OxmMatchConstants.java
index 3bc7558ed204f1c3b99db393c78067cc337683d6..3768f2f51bb47016f6a4e71aee4ba91ac81faf43 100644 (file)
@@ -114,4 +114,8 @@ public abstract class OxmMatchConstants {
     public static final int NXM_NX_TUN_IPV4_DST = 32;
     /** NXM TCP_Flag value */
     public static final int NXM_NX_TCP_FLAG = 34;
+
+    private OxmMatchConstants() {
+        //not called
+    }
 }
\ No newline at end of file