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%2FV6StatsReply.java;h=8b5662ccf1bd282a96e1bafb30ea8844b409268d;hp=1b14ab069aa6eae36bcaf5e250cbf3ebf2a9a05f;hb=f5ece81719a8a262bd084eb609ad188e37d28d19;hpb=b7a34b47e39a9fe25617c9e536817858e58b2558 diff --git a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/vendorextension/v6extension/V6StatsReply.java b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/vendorextension/v6extension/V6StatsReply.java index 1b14ab069a..8b5662ccf1 100644 --- a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/vendorextension/v6extension/V6StatsReply.java +++ b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/vendorextension/v6extension/V6StatsReply.java @@ -23,7 +23,7 @@ import org.openflow.util.U16; * This Class processes the OpenFlow Vendor Extension Reply message of a Stats * Request. It parses the reply message and initializes fields of V6StatsReply * object. Multiple instances of this class objects are created and used by - * ONE Controller's Troubleshooting Application. + * OpenDaylight's Troubleshooting Application. * */