Stop overriding method just to call super. 17/1417/1
authorAlissa Bonas <abonas@redhat.com>
Wed, 25 Sep 2013 12:12:28 +0000 (15:12 +0300)
committerAlissa Bonas <abonas@redhat.com>
Wed, 25 Sep 2013 12:12:28 +0000 (15:12 +0300)
Change-Id: Ia0128d0d324378260b9eedb4c91a6e1b17e8c615
Signed-off-by: Alissa Bonas <abonas@redhat.com>
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;