Skip to content

Commit cf6e473

Browse files
authored
Merge pull request #180 from mwarzybok-sumoheavy/feature/fixMapper
Fix mapper for duplicate JsonProperty
2 parents 7e7cec3 + a32101e commit cf6e473

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/java/com/bitpay/sdk/model/Settlement/PayoutInfo.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ public String getLabel() {
154154
*
155155
* @param label the label
156156
*/
157-
@JsonProperty("label")
158157
@Deprecated
159158
public void setlabel(String label) {
160159
this._label = label;

src/main/java/com/bitpay/sdk/model/Settlement/WithHoldings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ public String getlabel() {
123123
* @param label the label
124124
*/
125125
@Deprecated
126-
@JsonProperty("label")
127126
public void setlabel(String label) {
128127
this._label = label;
129128
}

0 commit comments

Comments
 (0)