Reduce the number of problems in aai-common by removing unused imports
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / util / RestControllerInterface.java
index f5eed42..3304e9a 100644 (file)
@@ -21,7 +21,6 @@
 package org.onap.aai.util;
 
 import org.onap.aai.exceptions.AAIException;
-import org.onap.aai.util.RestObject;
 
 public interface RestControllerInterface {