Add yang models for bundle messages
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / util / OxmMatchConstants.java
index 78a5871cc4322583b440fcaea355f3692c994419..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,7 +113,7 @@ 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
     }