Skip to content

Commit

Permalink
Fix mapper for duplicate JsonProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarzybok-sumoheavy committed Nov 16, 2022
1 parent 6f1b7c9 commit a32101e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ public String getLabel() {
*
* @param label the label
*/
@JsonProperty("label")
@Deprecated
public void setlabel(String label) {
this._label = label;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ public String getlabel() {
* @param label the label
*/
@Deprecated
@JsonProperty("label")
public void setlabel(String label) {
this._label = label;
}
Expand Down

0 comments on commit a32101e

Please sign in to comment.