Remove [this-escape] warnings in generated ApiClient classes (#21620)

This commit is contained in:
Iurii Ignatko
2025-07-28 10:43:14 +02:00
committed by GitHub
parent 1c2ef3356d
commit f5da0ea4a1
76 changed files with 641 additions and 256 deletions

View File

@@ -789,7 +789,7 @@ public class ApiClient {
* @param value The value of the parameter.
* @return A list of {@code Pair} objects.
*/
public List<Pair> parameterToPairs(String collectionFormat, String name, Collection value) {
public List<Pair> parameterToPairs(String collectionFormat, String name, Collection<?> value) {
List<Pair> params = new ArrayList<Pair>();
// preconditions