From af043d24e25ac7f6777a58d12d38c9f87d89f9bd Mon Sep 17 00:00:00 2001 From: Sooriyaa Date: Tue, 4 Sep 2018 15:34:31 +0530 Subject: Remove the unused import Remove the unused import Issue-ID: MUSIC-128 Change-Id: Ic12deb0959761f2878fdf20b71e012ee3a0bac2e Signed-off-by: Sooriyaa --- .../org/onap/music/datastore/jsonobjects/JsonNotifyClientResponse.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/org/onap/music/datastore/jsonobjects/JsonNotifyClientResponse.java b/src/main/java/org/onap/music/datastore/jsonobjects/JsonNotifyClientResponse.java index f63625e7..963352d0 100644 --- a/src/main/java/org/onap/music/datastore/jsonobjects/JsonNotifyClientResponse.java +++ b/src/main/java/org/onap/music/datastore/jsonobjects/JsonNotifyClientResponse.java @@ -22,12 +22,10 @@ package org.onap.music.datastore.jsonobjects; import java.io.Serializable; -import java.util.Map; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import io.swagger.annotations.ApiModel; -import io.swagger.annotations.ApiModelProperty; @ApiModel(value = "JsonNotifyClientResponse", description = "Json model for callback") @JsonIgnoreProperties(ignoreUnknown = true) -- cgit 1.2.3-korg