Skip to content
Snippets Groups Projects
Commit 1598a6fd authored by abat's avatar abat
Browse files

Merge into master from pull request #26:

Fix a mismatch of a parameter name in Javadoc. (https://github.com/floodlight/floodlight/pull/26)
parents 63100388 de4f07de
No related branches found
No related tags found
No related merge requests found
...@@ -1719,7 +1719,7 @@ public class TopologyImpl implements IOFMessageListener, IOFSwitchListener, ...@@ -1719,7 +1719,7 @@ public class TopologyImpl implements IOFMessageListener, IOFSwitchListener,
} }
/** /**
* @param storageSource the storage source to use for persisting link info * @param routingEngine the storage source to use for persisting link info
*/ */
public void setRoutingEngine(IRoutingEngine routingEngine) { public void setRoutingEngine(IRoutingEngine routingEngine) {
this.routingEngine = routingEngine; this.routingEngine = routingEngine;
......
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