Resubmitted with source code synchronized. Added integration test for hosttracker...
[controller.git] / opendaylight / hosttracker / implementation / src / main / java / org / opendaylight / controller / hosttracker / internal / Activator.java
similarity index 98%
rename from opendaylight/hosttracker/src/main/java/org/opendaylight/controller/hosttracker/internal/Activator.java
rename to opendaylight/hosttracker/implementation/src/main/java/org/opendaylight/controller/hosttracker/internal/Activator.java
index 25fe1f24fb14b346dffa03c314361985f69d8293..ef88fa2e1660a2cf4f495c43f6a8c2fa8b0d86b7 100644 (file)
@@ -10,7 +10,7 @@
 package org.opendaylight.controller.hosttracker.internal;
 
 import org.apache.felix.dm.Component;
-import org.opendaylight.controller.hosttracker.HostTracker;
+import org.opendaylight.controller.hosttracker.internal.HostTracker;
 import org.opendaylight.controller.hosttracker.IfHostListener;
 import org.opendaylight.controller.hosttracker.IfIptoHost;
 import org.opendaylight.controller.hosttracker.IfNewHostNotify;