Skip to content
Snippets Groups Projects
Commit a8679ddd authored by Saurav Das's avatar Saurav Das
Browse files

Adding vendor id to toString method

parent 3d9f1b39
No related branches found
No related tags found
No related merge requests found
......@@ -86,4 +86,9 @@ public abstract class OFActionVendor extends OFAction {
}
return true;
}
@Override
public String toString() {
return super.toString() + "; vendor=" + vendor;
}
}
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