commit | 3db06ffa6c4c51c6d8cb5243b90295504721908d | [log] [tgz] |
---|---|---|
author | Masayoshi Kobayashi <masayoshi@onlab.us> | Thu Jun 20 18:07:29 2013 -0700 |
committer | Masayoshi Kobayashi <masayoshi@onlab.us> | Thu Jun 20 18:07:29 2013 -0700 |
tree | 908284c48160fbf5c56dc9e74f98f0531ee53f1e | |
parent | e701ad5066137abe529704add8ecde042ba844c3 [diff] | |
parent | ed13a24a64a69a8db29407336fdfcb3d14f6d2b4 [diff] |
Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONOS
diff --git a/src/main/java/net/onrc/onos/ofcontroller/routing/TopoRouteService.java b/src/main/java/net/onrc/onos/ofcontroller/routing/TopoRouteService.java index 0184915..1671412 100644 --- a/src/main/java/net/onrc/onos/ofcontroller/routing/TopoRouteService.java +++ b/src/main/java/net/onrc/onos/ofcontroller/routing/TopoRouteService.java
@@ -263,7 +263,7 @@ * See the documentation for method @ref prepareShortestPathTopo() * for additional information and usage. * - * @shortestPathTopo the Shortest Path info handler to release. + * @param shortestPathTopo the Shortest Path info handler to release. */ public void dropShortestPathTopo(Map<Long, ?> shortestPathTopo) { shortestPathTopo = null;