Checkstyle enforcer
[controller.git] / opendaylight / protocol_plugins / openflow / src / main / java / org / opendaylight / controller / protocol_plugin / openflow / vendorextension / v6extension / V6StatsReply.java
index 6893fa78e279979bb3149038a3f87b3bc4234a49..bd3c2a2c04e95fb01ce31c1d595ba02069b8a04a 100644 (file)
@@ -19,9 +19,9 @@ 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 
+ * object. Multiple instances of this class objects are created and used by
  * OpenDaylight's Troubleshooting Application.
- * 
+ *
  */
 
 public class V6StatsReply extends OFVendorStatistics {