Skip to content

Commit 2f25f82

Browse files
committed
rename test class to make java happy
1 parent 0be45b6 commit 2f25f82

36 files changed

+36
-36
lines changed

docs/code_samples/bank_account_details_v1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import com.mindee.product.fr.bankaccountdetails.BankAccountDetailsV1;
55
import java.io.File;
66
import java.io.IOException;
77

8-
public class SimpleMindeeClient {
8+
public class SimpleMindeeClientV1 {
99

1010
public static void main(String[] args) throws IOException {
1111
String apiKey = "my-api-key";

docs/code_samples/bank_account_details_v2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import com.mindee.product.fr.bankaccountdetails.BankAccountDetailsV2;
55
import java.io.File;
66
import java.io.IOException;
77

8-
public class SimpleMindeeClient {
8+
public class SimpleMindeeClientV1 {
99

1010
public static void main(String[] args) throws IOException {
1111
String apiKey = "my-api-key";

docs/code_samples/bank_check_v1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import com.mindee.product.us.bankcheck.BankCheckV1;
55
import java.io.File;
66
import java.io.IOException;
77

8-
public class SimpleMindeeClient {
8+
public class SimpleMindeeClientV1 {
99

1010
public static void main(String[] args) throws IOException {
1111
String apiKey = "my-api-key";

docs/code_samples/barcode_reader_v1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import com.mindee.product.barcodereader.BarcodeReaderV1;
55
import java.io.File;
66
import java.io.IOException;
77

8-
public class SimpleMindeeClient {
8+
public class SimpleMindeeClientV1 {
99

1010
public static void main(String[] args) throws IOException {
1111
String apiKey = "my-api-key";

docs/code_samples/bill_of_lading_v1_async.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import com.mindee.product.billoflading.BillOfLadingV1;
55
import java.io.File;
66
import java.io.IOException;
77

8-
public class SimpleMindeeClient {
8+
public class SimpleMindeeClientV1 {
99

1010
public static void main(String[] args) throws IOException, InterruptedException {
1111
String apiKey = "my-api-key";

docs/code_samples/business_card_v1_async.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import com.mindee.product.businesscard.BusinessCardV1;
55
import java.io.File;
66
import java.io.IOException;
77

8-
public class SimpleMindeeClient {
8+
public class SimpleMindeeClientV1 {
99

1010
public static void main(String[] args) throws IOException, InterruptedException {
1111
String apiKey = "my-api-key";

docs/code_samples/carte_grise_v1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import com.mindee.product.fr.cartegrise.CarteGriseV1;
55
import java.io.File;
66
import java.io.IOException;
77

8-
public class SimpleMindeeClient {
8+
public class SimpleMindeeClientV1 {
99

1010
public static void main(String[] args) throws IOException {
1111
String apiKey = "my-api-key";

docs/code_samples/cropper_v1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import com.mindee.product.cropper.CropperV1;
55
import java.io.File;
66
import java.io.IOException;
77

8-
public class SimpleMindeeClient {
8+
public class SimpleMindeeClientV1 {
99

1010
public static void main(String[] args) throws IOException {
1111
String apiKey = "my-api-key";

docs/code_samples/custom_v1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import com.mindee.http.Endpoint;
66
import java.io.File;
77
import java.io.IOException;
88

9-
public class SimpleMindeeClient {
9+
public class SimpleMindeeClientV1 {
1010

1111
public static void main(String[] args) throws IOException {
1212
String apiKey = "my-api-key";

docs/code_samples/default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import com.mindee.http.Endpoint;
66
import java.io.File;
77
import java.io.IOException;
88

9-
public class SimpleMindeeClient {
9+
public class SimpleMindeeClientV1 {
1010

1111
public static void main(String[] args) throws IOException {
1212
String apiKey = "my-api-key";

0 commit comments

Comments
 (0)