Skip to content
Snippets Groups Projects
Commit 2cf47291 authored by abat's avatar abat
Browse files

Merge into master from pull request #219:

enhancement in NodePortTuple class (https://github.com/floodlight/floodlight/pull/219)
parents e751f95a bef31639
No related branches found
No related tags found
No related merge requests found
......@@ -84,4 +84,8 @@ public class NodePortTuple {
return false;
return true;
}
public String toKeyString() {
return (HexString.toHexString(nodeId)+ "|" + portId);
}
}
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