Reduce the number of problems in aai-common by removing unused imports
[aai/aai-common.git] / aai-core / src / test / java / org / onap / aai / concurrent / AaiCallableTest.java
index 0c3857a..df5c144 100644 (file)
@@ -22,11 +22,8 @@ package org.onap.aai.concurrent;
 
 import static org.junit.Assert.assertTrue;
 
-import java.lang.Object;
-
 import org.junit.Test;
 import org.onap.aai.AAISetup;
-import org.onap.aai.concurrent.AaiCallable;
 import org.slf4j.MDC;
 
 public class AaiCallableTest extends AAISetup {