Skip to content

Commit f5af55c

Browse files
Fix Ghost-chu#1558, check nullability for taxer
1 parent c8a7555 commit f5af55c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/maxgamer/quickshop/api/economy/EconomyTransaction.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public class EconomyTransaction {
5555
@Getter
5656
private final World world;
5757
@Getter
58+
@Nullable
5859
private final String currency;
5960
@JsonUtil.Hidden
6061
private final QuickShop plugin = QuickShop.getInstance();

0 commit comments

Comments
 (0)