Skip to content

Commit 138ee61

Browse files
committed
formatting fix
1 parent 615362d commit 138ee61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gax-java/gax/src/main/java/com/google/api/gax/rpc/ClientSettings.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,8 @@ public B setGdchApiAudience(@Nullable String gdchApiAudience) {
313313
* Sets the API key. The API key will get translated to an [ApiKeyCredentials] and stored in
314314
* [CallContext].
315315
*
316-
* Note: you can not set an API key and credentials object in the same Settings. It will fail when creating the client.
316+
* <p>Note: you can not set an API key and credentials object in the same Settings. It will fail
317+
* when creating the client.
317318
*/
318319
public B setApiKey(String apiKey) {
319320
stubSettings.setApiKey(apiKey);

0 commit comments

Comments
 (0)