Fixed sonar issue in QueryGroups.java 75/90975/1
authorArundathi Patil <arundpil@in.ibm.com>
Fri, 5 Jul 2019 17:13:42 +0000 (22:43 +0530)
committerArundathi Patil <arundpil@in.ibm.com>
Fri, 5 Jul 2019 17:13:58 +0000 (22:43 +0530)
Fixed sonar issues across this file

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

index facdd2f..ed2526f 100644 (file)
@@ -3,6 +3,8 @@
  * ONAP - SO
  * ================================================================================
  * Copyright (C) 2019 Huawei Intellectual Property. All rights reserved.
+ *
+ * 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.
@@ -21,7 +23,6 @@
 package org.onap.so.adapters.catalogdb.catalogrest;
 
 import org.onap.so.db.catalog.beans.InstanceGroup;
-import org.onap.so.db.catalog.beans.VFCInstanceGroup;
 import org.onap.so.db.catalog.beans.VnfcInstanceGroupCustomization;
 import javax.xml.bind.annotation.XmlRootElement;
 import java.util.ArrayList;