Yiwei Shao
Committed by GitHub

Fix SetGraph in OnlineCtcFstDecoderConfig Java API (#2411)

@@ -32,7 +32,7 @@ public class OnlineCtcFstDecoderConfig { @@ -32,7 +32,7 @@ public class OnlineCtcFstDecoderConfig {
32 } 32 }
33 33
34 public Builder setGraph(String model) { 34 public Builder setGraph(String model) {
35 - this.graph = graph; 35 + this.graph = model;
36 return this; 36 return this;
37 } 37 }
38 38