Skip to content

Commit 118a170

Browse files
committed
Polishing.
Move off deprecated types in Javadoc. See gh-925
1 parent ce96eca commit 118a170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-vault-core/src/main/java/org/springframework/vault/authentication/AwsIamAuthentication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/**
5151
* AWS IAM authentication using signed HTTP requests to query the current identity.
5252
* <p>
53-
* AWS IAM authentication creates a {@link Aws4Signer signed} HTTP request that is
53+
* AWS IAM authentication creates a {@link AwsV4HttpSigner signed} HTTP request that is
5454
* executed by Vault to get the identity of the signer using AWS STS
5555
* {@literal GetCallerIdentity}. A signature requires
5656
* {@link software.amazon.awssdk.auth.credentials.AwsCredentials} to calculate the

0 commit comments

Comments
 (0)