You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen/src/test/resources/software/amazon/awssdk/codegen/poet/client/test-json-async-client-interface.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@
53
53
54
54
/**
55
55
* 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}
57
57
* supported in the SDK. However, full non-blocking is not guaranteed as the async client may perform blocking calls in
58
58
* some cases such as credentials retrieval and endpoint discovery as part of the async API call.
0 commit comments