fixed sonar issue in CatalogDbAdaptorRest.java 35/62935/1
authorSandeep J <sandeejh@in.ibm.com>
Sun, 26 Aug 2018 20:15:58 +0000 (01:45 +0530)
committerSandeep J <sandeejh@in.ibm.com>
Sun, 26 Aug 2018 20:18:38 +0000 (01:48 +0530)
removed unsused imports

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

index a69e66c..d77fb09 100644 (file)
@@ -4,6 +4,8 @@
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
+ * 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
@@ -99,8 +101,6 @@ import org.onap.so.db.catalog.data.repository.VnfCustomizationRepository;
 import org.onap.so.db.catalog.data.repository.VnfRecipeRepository;
 import org.onap.so.db.catalog.data.repository.VnfResourceRepository;
 import org.onap.so.db.catalog.rest.beans.ServiceMacroHolder;
-import org.onap.so.logger.MessageEnum;
-import org.onap.so.logger.MsoLogger;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.springframework.beans.factory.annotation.Autowired;