1
0
mirror of synced 2025-12-20 15:48:01 +08:00

优化部分代码格式

This commit is contained in:
Binary Wang
2022-10-21 13:56:03 +08:00
parent 791ec8d2db
commit b08530917c
4 changed files with 44 additions and 37 deletions

View File

@@ -24,11 +24,11 @@ public final class FileBuilder extends BaseBuilder<FileBuilder> {
/**
* Media id file builder.
*
* @param media_id the media id
* @param mediaId the media id
* @return the file builder
*/
public FileBuilder mediaId(String media_id) {
this.mediaId = media_id;
public FileBuilder mediaId(String mediaId) {
this.mediaId = mediaId;
return this;
}