Skip to content

Commit 7179675

Browse files
authored
Update S3AsyncClient javadocs to use @code instead of @link (#5140)
* Update javadocs to use @code instead of @link * Update codegenerated test class
1 parent cfa985f commit 7179675

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/AsyncClientInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ private String getJavadoc() {
171171
return "Service client for accessing " + model.getMetadata().getDescriptiveServiceName() + " asynchronously. This can be "
172172
+ "created using the static {@link #builder()} method."
173173
+ "The asynchronous client performs non-blocking I/O when configured "
174-
+ "with any {@link SdkAsyncHttpClient} supported in the SDK. "
174+
+ "with any {@code SdkAsyncHttpClient} supported in the SDK. "
175175
+ "However, full non-blocking is not guaranteed as the async client may perform "
176176
+ "blocking calls in some cases such as credentials retrieval and "
177177
+ "endpoint discovery as part of the async API call."

codegen/src/test/resources/software/amazon/awssdk/codegen/poet/client/test-json-async-client-interface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
/**
5555
* Service client for accessing Json Service asynchronously. This can be created using the static {@link #builder()}
56-
* method.The asynchronous client performs non-blocking I/O when configured with any {@link SdkAsyncHttpClient}
56+
* method.The asynchronous client performs non-blocking I/O when configured with any {@code SdkAsyncHttpClient}
5757
* supported in the SDK. However, full non-blocking is not guaranteed as the async client may perform blocking calls in
5858
* some cases such as credentials retrieval and endpoint discovery as part of the async API call.
5959
*

0 commit comments

Comments
 (0)