Add yang models for bundle messages
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / util / OxmMatchConstants.java
index 3bc7558ed204f1c3b99db393c78067cc337683d6..e47b70d6630efeba3e424c513c5547b5620f4f4c 100644 (file)
@@ -8,9 +8,8 @@
 package org.opendaylight.openflowjava.protocol.api.util;
 
 /**
- * Stores oxm_match constants
+ * Stores oxm_match constants.
  * @author michal.polkorab
- *
  */
 public abstract class OxmMatchConstants {
 
@@ -114,4 +113,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