Skip to content

Commit

Permalink
fix: add type for impl
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Feb 8, 2024
1 parent 027dcc3 commit 892e054
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ public AzureApi build() {
httpClient.connectTimeout(connectTimeout);
}

return new AzureApiImpl(httpClient.build(), baseURL, subscriptionKey, subscriptionRegion);
return new AzureApiImpl<>(httpClient.build(), baseURL, subscriptionKey, subscriptionRegion);
}
}

0 comments on commit 892e054

Please sign in to comment.