Skip to content

Commit

Permalink
Merge pull request #180 from mwarzybok-sumoheavy/feature/fixMapper
Browse files Browse the repository at this point in the history
Fix mapper for duplicate JsonProperty
  • Loading branch information
bobbrodie authored Nov 16, 2022
2 parents 7e7cec3 + a32101e commit cf6e473
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 cf6e473

Please sign in to comment.