Sonar- Unused Import 68/92268/1
authoranushadasari <danush10@in.ibm.com>
Tue, 30 Jul 2019 11:45:17 +0000 (17:15 +0530)
committeranushadasari <danush10@in.ibm.com>
Tue, 30 Jul 2019 11:45:39 +0000 (17:15 +0530)
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer.

Unused and useless imports should not occur if that is the case.

Issue-ID: APPC-1677
Change-Id: Ieb7f01df8fc1f639c232ca47eefa2145fe45d965
Signed-off-by: anushadasari <danush10@in.ibm.com>
appc-event-listener/appc-event-listener-bundle/src/main/java/org/onap/appc/listener/LCM/model/DmaapOutgoingMessage.java

index 191d7ee..b240439 100644 (file)
@@ -24,7 +24,6 @@
 package org.onap.appc.listener.LCM.model;
 
 import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
-import com.fasterxml.jackson.annotation.JsonProperty;
 import com.fasterxml.jackson.databind.annotation.JsonSerialize;
 import org.json.JSONObject;
 import org.onap.appc.listener.util.Mapper;