X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=esr-mgr%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Faai%2Fesr%2Fentity%2Faai%2FEsrSystemInfoList.java;h=9a98aac0a047943e353ef2a21d0915de1d2689b2;hb=refs%2Fchanges%2F63%2F12663%2F1;hp=71256ff12d2a2801799577b71ee443383c99c026;hpb=0fc3e68fe98646d2e814b0e7597ffae7f731b586;p=aai%2Fesr-server.git diff --git a/esr-mgr/src/main/java/org/onap/aai/esr/entity/aai/EsrSystemInfoList.java b/esr-mgr/src/main/java/org/onap/aai/esr/entity/aai/EsrSystemInfoList.java index 71256ff..9a98aac 100644 --- a/esr-mgr/src/main/java/org/onap/aai/esr/entity/aai/EsrSystemInfoList.java +++ b/esr-mgr/src/main/java/org/onap/aai/esr/entity/aai/EsrSystemInfoList.java @@ -23,7 +23,6 @@ import com.google.gson.annotations.SerializedName; public class EsrSystemInfoList { @SerializedName("esr-system-info") - @JsonProperty("esr-system-info") private ArrayList esrSystemInfo; public ArrayList getEsrSystemInfo() {