Reduce the number of problems in aai-common by removing unused imports
[aai/aai-common.git] / aai-els-onap-logging / src / main / java / org / onap / aai / exceptions / AAIException.java
index 24228e8..320d563 100644 (file)
 
 package org.onap.aai.exceptions;
 
+import java.util.Collection;
+import java.util.LinkedList;
+
 import org.onap.aai.logging.ErrorLogHelper;
 import org.onap.aai.logging.ErrorObject;
 import org.onap.aai.logging.ErrorObjectNotFoundException;
 
-import java.util.Collection;
-import java.util.LinkedList;
-
 public class AAIException extends Exception {
 
     private static final String UPDATE_ERROR_PROPERTIES_BEFORE_USING_THIS_EXCEPTION_CODE =