Skip to content

Commit

Permalink
Change: #getMetas -> #metas
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Nov 4, 2023
1 parent 0d2cb8e commit 4aaa611
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public boolean isGpuMode() {
* @return メタ情報。
*/
@Nonnull
public VoiceModel.SpeakerMeta[] getMetas() {
public VoiceModel.SpeakerMeta[] metas() {
Gson gson = new Gson();
String metasJson = rsGetMetasJson();
VoiceModel.SpeakerMeta[] rawMetas = gson.fromJson(metasJson, VoiceModel.SpeakerMeta[].class);
Expand Down

0 comments on commit 4aaa611

Please sign in to comment.