Merge "Stop overriding method just to call super."
authorGiovanni Meo <gmeo@cisco.com>
Wed, 25 Sep 2013 14:37:25 +0000 (14:37 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 25 Sep 2013 14:37:25 +0000 (14:37 +0000)
opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/vendorextension/v6extension/V6StatsReply.java

index bd3c2a2c04e95fb01ce31c1d595ba02069b8a04a..f8c3d59bb353e120f535b7949b7a005b839b66f5 100644 (file)
@@ -303,12 +303,6 @@ public class V6StatsReply extends OFVendorStatistics {
             this.actions = this.actionFactory.parseActions(data, action_len);
     }
 
-    @Override
-    public void writeTo(ByteBuffer data) {
-        super.writeTo(data);//TBD. This Fn needs work. Should never get called though.
-
-    }
-
     @Override
     public int hashCode() {
         final int prime = 31;