Skip to content

Commit

Permalink
[Bitstamp] Remove unnecessary private modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
tross-nydig committed Jun 11, 2024
1 parent 2528909 commit 47e4f1e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
@Builder
public class WithdrawalFee {

private String network;
String network;

private BigDecimal fee;
BigDecimal fee;

private Currency currency;
Currency currency;
}

0 comments on commit 47e4f1e

Please sign in to comment.