X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fprotocol_plugins%2Fopenflow%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fprotocol_plugin%2Fopenflow%2Fvendorextension%2Fv6extension%2FV6StatsRequest.java;h=1644b1147b1f008b396c089191c83a40ec2324a2;hb=2f14a41bbd09010114116aef1499641f7251bf83;hp=593b464d3c68cec4f3a753657c3085a9081b94bf;hpb=e2f7aaa41e482815ca1d4495eb85c8653cd903ab;p=controller.git diff --git a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/vendorextension/v6extension/V6StatsRequest.java b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/vendorextension/v6extension/V6StatsRequest.java index 593b464d3c..1644b1147b 100644 --- a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/vendorextension/v6extension/V6StatsRequest.java +++ b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/vendorextension/v6extension/V6StatsRequest.java @@ -11,14 +11,13 @@ package org.opendaylight.controller.protocol_plugin.openflow.vendorextension.v6e import java.nio.ByteBuffer; -import org.apache.commons.lang3.builder.ReflectionToStringBuilder; import org.openflow.protocol.statistics.OFVendorStatistics; /** - * This Class creates the OpenFlow Vendor Extension IPv6 Flow Stats Request + * This Class creates the OpenFlow Vendor Extension IPv6 Flow Stats Request * messages and also reads the Reply of a stats request message. - * + * */ public class V6StatsRequest extends OFVendorStatistics { @@ -150,7 +149,8 @@ public class V6StatsRequest extends OFVendorStatistics { @Override public String toString() { - return "V6StatsRequest[" + ReflectionToStringBuilder.toString(this) + return "V6StatsRequest [msgsubtype=" + msgsubtype + ", outPort=" + + outPort + ", match_len=" + match_len + ", tableId=" + tableId + "]"; }