Realize the function of VIM API.
[aai/esr-server.git] / esr-mgr / src / main / java / org / onap / aai / esr / entity / aai / EsrSystemInfoList.java
index 71256ff..9a98aac 100644 (file)
@@ -23,7 +23,6 @@ import com.google.gson.annotations.SerializedName;
 public class EsrSystemInfoList {
 
   @SerializedName("esr-system-info")
-  @JsonProperty("esr-system-info")
   private ArrayList<EsrSystemInfo> esrSystemInfo;
 
   public ArrayList<EsrSystemInfo> getEsrSystemInfo() {