fixed sonar issue in QeruServiceNetworks.java 33/62933/1
authorSandeep J <sandeejh@in.ibm.com>
Sun, 26 Aug 2018 20:09:02 +0000 (01:39 +0530)
committerSandeep J <sandeejh@in.ibm.com>
Sun, 26 Aug 2018 20:09:19 +0000 (01:39 +0530)
removed unused import at line 31

Issue-ID: SO-907
Change-Id: If7cbb9ab074a6e7477dbf1b3eff02f372b75b59f
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
adapters/mso-catalog-db-adapter/src/main/java/org/onap/so/adapters/catalogdb/catalogrest/QueryServiceNetworks.java

index 4afc24e..a2256f7 100644 (file)
@@ -4,6 +4,8 @@
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
+ * Modifications Copyright (C) 2018 IBM.
+ * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
@@ -28,7 +30,6 @@ import java.util.Map;
 import javax.xml.bind.annotation.XmlRootElement;
 
 import org.onap.so.db.catalog.beans.NetworkResourceCustomization;
-import org.onap.so.logger.MsoLogger;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;