mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-07 20:36:10 +00:00
[Java]: Client resttemplate and webclient: array parameters of type integer in path badly generated (#4379)
* 4375: Client resttemplate and webclient: array parameters of type integer in path badly generated * 4375: Fix samples * 4375: Fix samples * 4375: Fix samples
This commit is contained in:
committed by
William Cheng
parent
11bcb661a1
commit
94b58634a7
@@ -74,7 +74,7 @@ public class ApiClient {
|
||||
this.separator = separator;
|
||||
}
|
||||
|
||||
private String collectionToString(Collection<? extends CharSequence> collection) {
|
||||
private String collectionToString(Collection<?> collection) {
|
||||
return StringUtils.collectionToDelimitedString(collection, separator);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user