Skip to content

Commit 57a3ef5

Browse files
Update ReadRateFirstSettings.java
1 parent 78574fa commit 57a3ef5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,11 @@ private static void configReadRateFirst(BarcodeReader dbr) throws BarcodeReaderE
5151

5252
// Apply the new settings to the instance
5353
dbr.updateRuntimeSettings(sts);
54-
55-
//dbr.outputSettingsToFile("D:/ReadRateFirstTemplate.json", "tpl_rfs");
5654
}
5755

5856
private static void configReadRateFirstByTemplate(BarcodeReader dbr) throws BarcodeReaderException {
5957
// Compared with PublicRuntimeSettings, parameter templates have a richer ability to control parameter details.
60-
// Please refer to the parameter explanation in "ReadRateFirstTemplate.json" to understand how to control speed first.
58+
// Please refer to the parameter explanation in "ReadRateFirstTemplate.json" to understand how to control read rate first.
6159
dbr.initRuntimeSettingsWithFile("ReadRateFirstTemplate.json", EnumConflictMode.CM_OVERWRITE);
6260
}
6361

0 commit comments

Comments
 (0)