We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60abb1 commit 9968114Copy full SHA for 9968114
core/auth/src/main/java/software/amazon/awssdk/auth/credentials/DefaultCredentialsProvider.java
@@ -79,7 +79,7 @@ private DefaultCredentialsProvider(Builder builder) {
79
* create a new instance, use {@link #builder()} instead.
80
*
81
* @deprecated The create() method that returns a singleton instance which can cause issues if one client closes the provider
82
- * while others are still using it. Use {@link #builder().build()} to create independent instances, which is the
+ * while others are still using it. Use {@code builder().build()} to create independent instances, which is the
83
* safer approach and recommended for most use cases.
84
*/
85
@Deprecated
0 commit comments