Skip to content
Snippets Groups Projects
Commit 84b5a326 authored by Srinivasan Ramasubramanian's avatar Srinivasan Ramasubramanian
Browse files

Move LRUHashMap from RoutingImpl to util.

parent 45c05471
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ import net.floodlightcontroller.topology.ILinkDiscovery;
import net.floodlightcontroller.topology.ILinkDiscoveryListener;
import net.floodlightcontroller.topology.ILinkDiscoveryService;
import net.floodlightcontroller.topology.ITopologyListener;
import net.floodlightcontroller.util.LRUHashMap;
/**
* Floodlight component to find shortest paths based on dijkstra's algorithm
......
......@@ -15,7 +15,7 @@
* under the License.
**/
package net.floodlightcontroller.routing.dijkstra;
package net.floodlightcontroller.util;
import java.util.LinkedHashMap;
import java.util.Map;
......
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