Skip to content

Commit ca3ccd1

Browse files
update description of public trial
1 parent 2410a6a commit ca3ccd1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

samples/GeneralSettings/src/main/java/GeneralSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public static void main(String[] args) {
55
try {
66

77
// 1.Initialize license.
8-
// The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
8+
// The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
99
// If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
1010
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=java
1111
DMDLSConnectionParameters para = BarcodeReader.initDLSConnectionParameters();

samples/HelloWorld/src/main/java/HelloWorld.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public static void main(String[] args) {
55
try {
66

77
// 1.Initialize license.
8-
// The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
8+
// The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
99
// If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
1010
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=java
1111
DMDLSConnectionParameters para = BarcodeReader.initDLSConnectionParameters();

samples/ImageDecoding/src/main/java/ImageDecoding.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public static void main(String[] args) {
157157
try {
158158

159159
// 1.Initialize license.
160-
// The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
160+
// The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
161161
// If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
162162
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=java
163163
DMDLSConnectionParameters para = BarcodeReader.initDLSConnectionParameters();

samples/Performance/AccuracyFirstSettings/src/main/java/AccuracyFirstSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static void main(String[] args) {
4949
try {
5050

5151
// 1.Initialize license.
52-
// The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
52+
// The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
5353
// If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
5454
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=java
5555
DMDLSConnectionParameters para = BarcodeReader.initDLSConnectionParameters();

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static void main(String[] args) {
7676
try {
7777

7878
// 1.Initialize license.
79-
// The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
79+
// The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
8080
// If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
8181
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=java
8282
DMDLSConnectionParameters para = BarcodeReader.initDLSConnectionParameters();

samples/Performance/SpeedFirstSettings/src/main/java/SpeedFirstSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public static void main(String[] args) {
8484
try {
8585

8686
// 1.Initialize license.
87-
// The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
87+
// The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
8888
// If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
8989
// You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=java
9090
DMDLSConnectionParameters para = BarcodeReader.initDLSConnectionParameters();

0 commit comments

Comments
 (0)