代码完善(dev): 代码要优雅点

This commit is contained in:
song_jx 2024-01-29 15:02:45 +08:00
parent d85e8ea083
commit 30c4bece15

View File

@ -294,8 +294,7 @@ public class TranslatorHandle {
log.error("", e);
}
}
Annotation build = builder.build();
return build;
return builder.build();
}
/**