fixed sonar issue in HeatRequest.java 49/63849/1
authorSandeep J <sandeejh@in.ibm.com>
Thu, 30 Aug 2018 15:03:47 +0000 (20:33 +0530)
committerSandeep J <sandeejh@in.ibm.com>
Thu, 30 Aug 2018 15:03:55 +0000 (20:33 +0530)
fixed sonar issue detailed in SO-944

Issue-ID: SO-944
Change-Id: Ibaf0d050f0131b8b91fbe9698e440d3db9e0141c
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
adapters/mso-openstack-adapters/src/main/java/org/onap/so/adapters/valet/beans/HeatRequest.java

index dfd257b..4f7afa2 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
@@ -26,7 +28,6 @@ import java.util.Map;
 import java.util.Objects;
 
 import com.fasterxml.jackson.annotation.JsonProperty;
-import com.woorea.openstack.heat.model.CreateStackParam;
 
 /*
  * This class represents the heat request as sent to OpenStack as defined in the