Fixed sonar issue in QueryServiceVnfs.java 72/90972/1
authorArundathi Patil <arundpil@in.ibm.com>
Fri, 5 Jul 2019 16:21:45 +0000 (21:51 +0530)
committerArundathi Patil <arundpil@in.ibm.com>
Fri, 5 Jul 2019 16:22:05 +0000 (21:52 +0530)
Fixed sonar issues across this file

Issue-ID: SO-2094
Change-Id: I51cb4711814c83786dafba22c735244bd1898331
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
adapters/mso-catalog-db-adapter/src/main/java/org/onap/so/adapters/catalogdb/catalogrest/QueryServiceVnfs.java

index a0d822d..0b8de60 100644 (file)
@@ -3,6 +3,8 @@
  * ONAP - SO
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ * ===========================================================================
+ *  Modifications Copyright (C) 2019 IBM.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -25,10 +27,7 @@ import java.util.ArrayList;
 import java.util.HashMap;
 import java.util.List;
 import java.util.Map;
-import java.util.stream.Collectors;
 import javax.xml.bind.annotation.XmlRootElement;
-import org.onap.so.db.catalog.beans.InstanceGroup;
-import org.onap.so.db.catalog.beans.VFCInstanceGroup;
 import org.onap.so.db.catalog.beans.VnfResourceCustomization;
 import org.onap.so.db.catalog.beans.VnfcInstanceGroupCustomization;
 import org.slf4j.Logger;