mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 12:57:11 +00:00
update java samples
This commit is contained in:
@@ -126,7 +126,7 @@ public class ApiClient extends JavaTimeFormatter {
|
||||
this.dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));
|
||||
|
||||
// Set default User-Agent.
|
||||
setUserAgent("Java-SDK");
|
||||
setUserAgent("OpenAPI-Generator/0.1.0/java");
|
||||
|
||||
// Setup authentications (key: authentication name, value: authentication).
|
||||
authentications = new HashMap<String, Authentication>();
|
||||
|
||||
Reference in New Issue
Block a user