Reduce the number of problems in aai-common by removing unused imports
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / rest / ueb / UEBNotification.java
index d951631..be30c46 100644 (file)
@@ -27,7 +27,9 @@ import java.util.HashMap;
 import java.util.LinkedHashMap;
 import java.util.List;
 import java.util.Map;
+
 import javax.ws.rs.core.Response.Status;
+
 import org.onap.aai.exceptions.AAIException;
 import org.onap.aai.introspection.Introspector;
 import org.onap.aai.introspection.Loader;
@@ -204,6 +206,7 @@ public class UEBNotification {
     public List<NotificationEvent> getEvents() {
         return new ArrayList<>(this.events.values());
     }
+
     public Map<String, NotificationEvent> getEventsMap() {
         return this.events;
     }