From: Sandeep J Date: Thu, 30 Aug 2018 15:03:47 +0000 (+0530) Subject: fixed sonar issue in HeatRequest.java X-Git-Tag: 1.3.1~201^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=27e234651aa22070da757d88aca9f6d8aafaccee;p=so.git fixed sonar issue in HeatRequest.java fixed sonar issue detailed in SO-944 Issue-ID: SO-944 Change-Id: Ibaf0d050f0131b8b91fbe9698e440d3db9e0141c Signed-off-by: Sandeep J --- diff --git a/adapters/mso-openstack-adapters/src/main/java/org/onap/so/adapters/valet/beans/HeatRequest.java b/adapters/mso-openstack-adapters/src/main/java/org/onap/so/adapters/valet/beans/HeatRequest.java index dfd257b06b..4f7afa2d5c 100644 --- a/adapters/mso-openstack-adapters/src/main/java/org/onap/so/adapters/valet/beans/HeatRequest.java +++ b/adapters/mso-openstack-adapters/src/main/java/org/onap/so/adapters/valet/beans/HeatRequest.java @@ -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