Skip to content

Commit 5971657

Browse files
authored
fix
1 parent 92adf57 commit 5971657

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ public static void main(String[] args) {
55
try {
66

77
// 1.Initialize license.
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.
9-
// 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
8+
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work.
9+
// 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
1010
BarcodeReader.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
1111

1212
// 2.Create an instance of Dynamsoft Barcode Reader.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ public static void main(String[] args) {
55
try {
66

77
// 1.Initialize license.
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.
9-
// 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
8+
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work.
9+
// 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
1010
BarcodeReader.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
1111

1212
// 2.Create an instance of Barcode Reader.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ public static void main(String[] args) {
157157
try {
158158

159159
// 1.Initialize license.
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.
161-
// 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
160+
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work.
161+
// 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
162162
BarcodeReader.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
163163

164164
// 2.Create an instance of Dynamsoft Barcode Reader.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public static void main(String[] args) {
4949
try {
5050

5151
// 1.Initialize license.
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.
53-
// 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
52+
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work.
53+
// 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
5454
BarcodeReader.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
5555

5656
// 2.Create an instance of Dynamsoft Barcode Reader.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ public static void main(String[] args) {
7676
try {
7777

7878
// 1.Initialize license.
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.
80-
// 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
79+
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work.
80+
// 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
8181
BarcodeReader.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
8282

8383
// 2.Create an instance of Dynamsoft Barcode Reader.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ public static void main(String[] args) {
8484
try {
8585

8686
// 1.Initialize license.
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.
88-
// 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
87+
// The string "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9" here is a free public trial license. Note that network connection is required for this license to work.
88+
// 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
8989
BarcodeReader.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
9090

9191
// 2.Create an instance of Dynamsoft Barcode Reader.

0 commit comments

Comments
 (0)