Skip to content

Commit d821546

Browse files
committed
Fixing code
1 parent 2ca7512 commit d821546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/aspose/barcode/cloud/api/GenerateApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ protected okhttp3.Call generateCall(
7171
// create path and map variables
7272
String path =
7373
"/barcode/generate/{barcodeType}"
74-
.replaceAll("\\{" + "barcodeType" + "}", request.barcodeType.toString());
74+
.replace("{" + "barcodeType" + "}", request.barcodeType.toString());
7575

7676
List<Pair> queryParams = new ArrayList<>();
7777
List<Pair> collectionQueryParams = new ArrayList<>();

0 commit comments

Comments
 (0)