You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: