fixed sonar issue in MsoTenantAdapter.java 27/63827/1
authorSandeep J <sandeejh@in.ibm.com>
Thu, 30 Aug 2018 13:59:24 +0000 (19:29 +0530)
committerSandeep J <sandeejh@in.ibm.com>
Thu, 30 Aug 2018 13:59:29 +0000 (19:29 +0530)
fixed sonar issue detailed in SO-937

Issue-ID: SO-937
Change-Id: I815ab79707e25801813d4514480f6917e23951ff
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
adapters/mso-openstack-adapters/src/main/java/org/onap/so/adapters/tenant/MsoTenantAdapter.java

index 37a84c1..d82d478 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
@@ -30,7 +32,6 @@ import javax.jws.WebService;
 import javax.xml.bind.annotation.XmlElement;
 import javax.xml.ws.Holder;
 
-import org.onap.so.adapters.tenant.exceptions.TenantAlreadyExists;
 import org.onap.so.adapters.tenant.exceptions.TenantException;
 import org.onap.so.adapters.tenantrest.TenantRollback;
 import org.onap.so.entity.MsoRequest;