Skip to content
Snippets Groups Projects
Commit 8d5f24ce authored by Ryan Izard's avatar Ryan Izard
Browse files

remove unnecessary comments

parent ee7508b4
No related branches found
No related tags found
No related merge requests found
......@@ -831,8 +831,6 @@ public class OFSwitch implements IOFSwitchBackend {
@Override
public Collection<OFPortDesc> getSortedPorts() {
// FIXME: Hopefully BigDB will handle this automatically soon (or not
// have the sorting requirement), in which case we could get rid of this
List<OFPortDesc> sortedPorts =
new ArrayList<OFPortDesc>(portManager.getPorts());
Collections.sort(sortedPorts, new Comparator<OFPortDesc>() {
......
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