Revert "Checkstyle enforcer"
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / match / MatchType.java
index 62c1b435dc1d0a37b377c9f1ebb79f79aa1ecc77..5ad4bd5b660dbc58e4041a5422205d61edf4a3d0 100644 (file)
@@ -19,9 +19,9 @@ import org.opendaylight.controller.sal.utils.NetUtils;
  * Represents the binding between the id, the value and mask type and the range
  * values of the elements type that can be matched on the network
  * frame/packet/message
- *
- *
- *
+ * 
+ * 
+ * 
  */
 public enum MatchType {
     IN_PORT("inPort", 1 << 0, NodeConnector.class, 1, 0),
@@ -73,7 +73,7 @@ public enum MatchType {
 
     /**
      * Perform the assignment type validation
-     *
+     * 
      * @param value
      * @param mask
      * @return
@@ -119,7 +119,7 @@ public enum MatchType {
 
     /**
      * Perform the value and mask range validation
-     *
+     * 
      * @param value
      * @param mask
      * @return
@@ -162,7 +162,7 @@ public enum MatchType {
 
     /**
      * Return the mask value in 64 bits bitmask form
-     *
+     * 
      * @param mask
      * @return
      */