diff options
author | Thomas Nelson <tn1381@att.com> | 2018-09-06 15:52:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-06 15:52:45 +0000 |
commit | f60a2f8e0f374769c870644ef78f7ee2938bf2e1 (patch) | |
tree | 5d51d1167a7511760beb1498e0fc6dd8c14fc304 | |
parent | 5809d027db16817e538ac52e800ec6594d8d8feb (diff) | |
parent | af043d24e25ac7f6777a58d12d38c9f87d89f9bd (diff) |
Merge "Remove the unused import"
-rw-r--r-- | src/main/java/org/onap/music/datastore/jsonobjects/JsonNotifyClientResponse.java | 2 |
1 files changed, 0 insertions, 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) |