Fix method header to remove unused param description

This commit is contained in:
Ethan Katnic 2024-09-05 08:53:50 -07:00
parent 3923eb8bee
commit 4d5a3995f0

View file

@ -176,7 +176,7 @@ class AwsCredentialsProviderPropertyValueDecoder implements IPropertyValueDecode
} }
/** /**
* Resolves the class for the given provider name and arguments. * Resolves the class for the given provider name.
* *
* @param providerName A string containing the provider name. * @param providerName A string containing the provider name.
* *