Not sure why, but some imports are not found. 93/4893/1
authorSuchi Raman <suchi.raman@plexxi.com>
Mon, 27 Jan 2014 15:42:17 +0000 (10:42 -0500)
committerSuchi Raman <suchi.raman@plexxi.com>
Mon, 27 Jan 2014 15:42:17 +0000 (10:42 -0500)
These are not required, hence removing them from the java source.

Signed-off-by: Suchi Raman <suchi.raman@plexxi.com>
affinity/implementation/src/main/java/org/opendaylight/affinity/affinity/internal/AffinityManagerImpl.java

index 588cccffe5c72eebe4248be41cfa4051e027972d..33d6b058194d01aca6e53cf13d627b53b9c88d4f 100644 (file)
@@ -43,8 +43,8 @@ import java.util.concurrent.ConcurrentHashMap;
 import java.util.concurrent.ConcurrentMap;
 
 import org.apache.felix.dm.Component;
-import org.eclipse.osgi.framework.console.CommandInterpreter;
-import org.eclipse.osgi.framework.console.CommandProvider;
+//import org.eclipse.osgi.framework.console.CommandInterpreter;
+//import org.eclipse.osgi.framework.console.CommandProvider;
 import org.opendaylight.controller.clustering.services.CacheConfigException;
 import org.opendaylight.controller.clustering.services.CacheExistException;
 import org.opendaylight.controller.clustering.services.ICacheUpdateAware;