We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca7512 commit d821546Copy full SHA for d821546
1 file changed
src/main/java/com/aspose/barcode/cloud/api/GenerateApi.java
@@ -71,7 +71,7 @@ protected okhttp3.Call generateCall(
71
// create path and map variables
72
String path =
73
"/barcode/generate/{barcodeType}"
74
- .replaceAll("\\{" + "barcodeType" + "}", request.barcodeType.toString());
+ .replace("{" + "barcodeType" + "}", request.barcodeType.toString());
75
76
List<Pair> queryParams = new ArrayList<>();
77
List<Pair> collectionQueryParams = new ArrayList<>();
0 commit comments