Sonar fix: ServiceCatalogV3.java 40/74740/2
authorArundathi Patil <arundpil@in.ibm.com>
Mon, 17 Dec 2018 18:25:28 +0000 (23:55 +0530)
committerTakamune Cho <takamune.cho@att.com>
Wed, 19 Dec 2018 14:18:20 +0000 (14:18 +0000)
Fixed sonar issues/code-smells across this file

Issue-ID: APPC-1281
Change-Id: I118fe3da8ae3ac3c46ad5f2128353e332387086c
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
appc-adapters/appc-iaas-adapter/appc-iaas-adapter-bundle/src/main/java/org/onap/appc/adapter/iaas/impl/ServiceCatalogV3.java

index 02e73c1..df307bc 100644 (file)
@@ -6,6 +6,8 @@
  * ================================================================================\r
  * Copyright (C) 2017 Amdocs\r
  * =============================================================================\r
+ * Modifications Copyright © 2018 IBM.\r
+ * =============================================================================\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
@@ -55,8 +57,6 @@ import com.woorea.openstack.keystone.v3.model.Token.Project;
 import com.woorea.openstack.keystone.v3.model.Token.Service;\r
 import com.woorea.openstack.keystone.v3.model.Token.Service.Endpoint;\r
 \r
-import javax.validation.constraints.Null;\r
-\r
 /**\r
  * This class is used to capture and cache the service catalog for a specific OpenStack provider.\r
  * <p>\r