Remove the unused import 89/64389/1
authorSooriyaa <soponraj@in.ibm.com>
Tue, 4 Sep 2018 10:04:31 +0000 (15:34 +0530)
committerSooriyaa <soponraj@in.ibm.com>
Tue, 4 Sep 2018 10:05:44 +0000 (15:35 +0530)
Remove the unused import

Issue-ID: MUSIC-128
Change-Id: Ic12deb0959761f2878fdf20b71e012ee3a0bac2e
Signed-off-by: Sooriyaa <soponraj@in.ibm.com>
src/main/java/org/onap/music/datastore/jsonobjects/JsonNotifyClientResponse.java

index f63625e..963352d 100644 (file)
 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)