[JAVA] Address [rawtypes] and [this-escape] warnings in generated API clients (#20466)

* Address [rawtypes] and [this-escape] warnings in generated API clients

* Commit updated sample files
This commit is contained in:
Iurii Ignatko
2025-01-18 08:00:16 +01:00
committed by GitHub
parent 98ccf95e43
commit fa3e38a4b7
8 changed files with 18 additions and 18 deletions

View File

@@ -633,7 +633,7 @@ public class ApiClient extends JavaTimeFormatter {
* @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