X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fsal%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Fmatch%2FMatchType.java;h=5ad4bd5b660dbc58e4041a5422205d61edf4a3d0;hp=62c1b435dc1d0a37b377c9f1ebb79f79aa1ecc77;hb=refs%2Fchanges%2F49%2F449%2F1;hpb=541d0a36997f292bb037a2199463431eee538358 diff --git a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/match/MatchType.java b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/match/MatchType.java index 62c1b435dc..5ad4bd5b66 100644 --- a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/match/MatchType.java +++ b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/match/MatchType.java @@ -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 */