Skip to content

Commit 57d3d08

Browse files
Update ReadRateFirstSettings.java
1 parent b06bfac commit 57d3d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/Performance/ReadRateFirstSettings/src/main/java/ReadRateFirstSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ private static void configReadRateFirst(BarcodeReader dbr) throws BarcodeReaderE
5757

5858
private static void configReadRateFirstByTemplate(BarcodeReader dbr) throws BarcodeReaderException {
5959
// Compared with PublicRuntimeSettings, parameter templates have a richer ability to control parameter details.
60-
// Please refer to the parameter explanation in "SpeedFirstTemplate.json" to understand how to control speed first.
60+
// Please refer to the parameter explanation in "ReadRateFirstTemplate.json" to understand how to control speed first.
6161
dbr.initRuntimeSettingsWithFile("ReadRateFirstTemplate.json", EnumConflictMode.CM_OVERWRITE);
6262
}
6363

@@ -113,7 +113,7 @@ public static void main(String[] args) {
113113
// 3.b config through parameters template
114114
configReadRateFirstByTemplate(dbr);
115115

116-
// 4.b Decode barcodes from an image file by template. The second parameter value "tpl_sfs" is the name of the template.
116+
// 4.b Decode barcodes from an image file by template.
117117
results = dbr.decodeFile(fileName, "");
118118

119119
// 5.b Output the barcode format and barcode text.

0 commit comments

Comments
 (0)