commit | edf81d7e0dd8a6e36d03115ca36b8905f983bdfb | [log] [tgz] |
---|---|---|
author | HIGUCHI Yuta <y-higuchi@onlab.us> | Wed Jun 12 12:06:57 2013 -0700 |
committer | HIGUCHI Yuta <y-higuchi@onlab.us> | Wed Jun 12 15:39:57 2013 -0700 |
tree | cea8bcd47b40b228830b51df08841125a3558c4e | |
parent | e81427f849a20aafb38bc01af2811fa796388289 [diff] [blame] |
Moved pure ONOS code in net.floodlightcontroller.flowcache to onos package namespace
diff --git a/src/main/java/net/floodlightcontroller/flowcache/web/MeasurementInstallPathsFlowResource.java b/src/main/java/net/floodlightcontroller/flowcache/web/MeasurementInstallPathsFlowResource.java index 1bba4b1..2cb4a6a 100644 --- a/src/main/java/net/floodlightcontroller/flowcache/web/MeasurementInstallPathsFlowResource.java +++ b/src/main/java/net/floodlightcontroller/flowcache/web/MeasurementInstallPathsFlowResource.java
@@ -1,7 +1,7 @@ package net.floodlightcontroller.flowcache.web; -import net.floodlightcontroller.flowcache.IFlowService; import net.floodlightcontroller.util.FlowId; +import net.onrc.onos.ofcontroller.flowcache.IFlowService; import org.openflow.util.HexString; import org.restlet.resource.Get;