X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fprotocol_plugins%2Fopenflow%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fprotocol_plugin%2Fopenflow%2Fvendorextension%2Fv6extension%2FV6Match.java;h=0edcfead0c87fff08faf22161ab2580e9243bf3e;hp=2da6b9b00891008850075e31920d02c01888ad16;hb=541d0a36997f292bb037a2199463431eee538358;hpb=cf900ecae0a4afada4c675bfadaf78f27eb18857 diff --git a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/vendorextension/v6extension/V6Match.java b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/vendorextension/v6extension/V6Match.java index 2da6b9b008..0edcfead0c 100644 --- a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/vendorextension/v6extension/V6Match.java +++ b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/vendorextension/v6extension/V6Match.java @@ -27,14 +27,14 @@ import org.slf4j.LoggerFactory; /** * This Class forms the vendor specific IPv6 Flow Match messages as well as * processes the vendor specific IPv6 Stats Reply message. - * - * For message creation, it parses the user entered IPv6 match fields, creates - * a sub-message for each field which are later used to form the complete - * message. - * + * + * For message creation, it parses the user entered IPv6 match fields, creates + * a sub-message for each field which are later used to form the complete + * message. + * * For message processing, it parses the incoming message and reads each field * of the message and stores in appropriate field of V6Match object. - * + * * */ public class V6Match extends OFMatch implements Cloneable { @@ -472,7 +472,7 @@ public class V6Match extends OFMatch implements Cloneable { /** * Sets this (V6Match) object's member variables based on a comma-separated key=value pair similar to OFMatch's fromString. - * + * * @param match a key=value comma separated string. */ @Override