mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 12:47:07 +00:00
Additional [this-escape] warnings fixes (#20515)
This commit is contained in:
@@ -362,7 +362,7 @@ public class ApiClient extends JavaTimeFormatter {
|
||||
* @param userAgent User agent
|
||||
* @return API client
|
||||
*/
|
||||
public ApiClient setUserAgent(String userAgent) {
|
||||
public final ApiClient setUserAgent(String userAgent) {
|
||||
addDefaultHeader("User-Agent", userAgent);
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user