Skip to content

Commit 9968114

Browse files
authored
Invalid link link in deprecated message of DefaultCredentialsProvider.create, updated it to use simple @code (#6179)
1 parent f60abb1 commit 9968114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/auth/src/main/java/software/amazon/awssdk/auth/credentials/DefaultCredentialsProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private DefaultCredentialsProvider(Builder builder) {
7979
* create a new instance, use {@link #builder()} instead.
8080
*
8181
* @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
82+
* while others are still using it. Use {@code builder().build()} to create independent instances, which is the
8383
* safer approach and recommended for most use cases.
8484
*/
8585
@Deprecated

0 commit comments

Comments
 (0)