[Java][RestTemplate][WebClient] Fix typo in comments (#10311)

This commit is contained in:
Kaijia Feng
2021-09-02 21:03:29 +08:00
committed by GitHub
parent 6061a70db0
commit 8cc2bc4fa7
6 changed files with 6 additions and 6 deletions

View File

@@ -581,7 +581,7 @@ public class ApiClient extends JavaTimeFormatter {
/**
* Include queryParams in uriParams taking into account the paramName
* @param queryParam The query parameters
* @param queryParams The query parameters
* @param uriParams The path parameters
* return templatized query string
*/