Skip to content

Commit c483829

Browse files
committed
add missing @OverRide
1 parent b555cc3 commit c483829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/custombuilder/WxCardBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public WxCardBuilder cardId(String cardId) {
2323
return this;
2424
}
2525

26+
@Override
2627
public WxMpCustomMessage build() {
2728
WxMpCustomMessage m = super.build();
2829
m.setCardId(this.cardId);

0 commit comments

Comments
 (0)