Hello, I have a complation problem with these two duplicated propertis in "IdolFindConfig.java" (idol project):
@JsonProperty("savedSearches")
private SavedSearchConfig savedSearchConfig;
@JsonProperty("idolFieldPathNormalizerXMLPrefixes")
private Collection idolFieldPathNormalizerXMLPrefixes;
could their @JsonProperty annotation be commented in the static inner class?
Hello, I have a complation problem with these two duplicated propertis in "IdolFindConfig.java" (idol project):
@JsonProperty("savedSearches")
private SavedSearchConfig savedSearchConfig;
@JsonProperty("idolFieldPathNormalizerXMLPrefixes")
private Collection idolFieldPathNormalizerXMLPrefixes;
could their @JsonProperty annotation be commented in the static inner class?