Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ldetmer committed Sep 17, 2024
1 parent 615362d commit 138ee61
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@ public B setGdchApiAudience(@Nullable String gdchApiAudience) {
* Sets the API key. The API key will get translated to an [ApiKeyCredentials] and stored in
* [CallContext].
*
* Note: you can not set an API key and credentials object in the same Settings. It will fail when creating the client.
* <p>Note: you can not set an API key and credentials object in the same Settings. It will fail
* when creating the client.
*/
public B setApiKey(String apiKey) {
stubSettings.setApiKey(apiKey);
Expand Down

0 comments on commit 138ee61

Please sign in to comment.