Skip to content
Snippets Groups Projects
Commit 0c60764d authored by Andrew Ferguson's avatar Andrew Ferguson
Browse files

queue delete should also extend queue data

parent a9615f6a
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ import org.openflow.protocol.vendor.OFVendorData; ...@@ -8,7 +8,7 @@ import org.openflow.protocol.vendor.OFVendorData;
* *
* @author Andrew Ferguson (adf@cs.brown.edu) * @author Andrew Ferguson (adf@cs.brown.edu)
*/ */
public class OFQueueDeleteVendorData { public class OFQueueDeleteVendorData extends OFQueueVendorData {
protected static Instantiable<OFVendorData> instantiable = protected static Instantiable<OFVendorData> instantiable =
new Instantiable<OFVendorData>() { new Instantiable<OFVendorData>() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment