Skip to content

Commit

Permalink
updated agent name
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkat committed Sep 19, 2024
1 parent cb64858 commit 4b7f1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Java/libraries/okhttp-gson/ApiClient.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ public class ApiClient {
json = new JSON();
// Set default User-Agent.
setUserAgent("{{{httpUserAgent}}}{{^httpUserAgent}}OpenAPI-Generator/{{{artifactVersion}}}/java{{/httpUserAgent}}");
setUserAgent("fabric-sdk-java-{{{artifactVersion}}}");
authentications = new HashMap<String, Authentication>();
{{#dynamicOperations}}
Expand Down

0 comments on commit 4b7f1ea

Please sign in to comment.