Skip to content

Commit

Permalink
update java for hotword jar (#1444)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: root <[email protected]>
  • Loading branch information
YeyuchenBa and javawanggeng authored Oct 18, 2024
1 parent 1af8ad8 commit bcaa91e
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,14 @@ public Builder setModelType(String modelType) {
return this;
}

public void setModelingUnit(String modelingUnit) {
public Builder setModelingUnit(String modelingUnit) {
this.modelingUnit = modelingUnit;
return this;
}

public void setBpeVocab(String bpeVocab) {
public Builder setBpeVocab(String bpeVocab) {
this.bpeVocab = bpeVocab;
return this;
}
}
}

0 comments on commit bcaa91e

Please sign in to comment.