Remove the unused import
Issue-ID: MUSIC-128
Change-Id: Ic12deb0959761f2878fdf20b71e012ee3a0bac2e
Signed-off-by: Sooriyaa <soponraj@in.ibm.com>
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)