Skip to content

Commit a0bca1c

Browse files
authored
Fix SetGraph in OnlineCtcFstDecoderConfig Java API (#2411)
1 parent 2bc632d commit a0bca1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sherpa-onnx/java-api/src/com/k2fsa/sherpa/onnx/OnlineCtcFstDecoderConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public OnlineCtcFstDecoderConfig build() {
3232
}
3333

3434
public Builder setGraph(String model) {
35-
this.graph = graph;
35+
this.graph = model;
3636
return this;
3737
}
3838

0 commit comments

Comments
 (0)