Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing override
Browse files Browse the repository at this point in the history
Signed-off-by: Chase Engelbrecht <[email protected]>
engechas committed May 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ed0c691 commit e97ec62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
import software.amazon.awssdk.services.sts.StsClient;

public class StsClientFactory extends UnaryParameterCachingFactory<String, StsClient> {

@Override
protected StsClient doCreate(final String region) {
return StsClient.builder()
.region(Region.of(region))

0 comments on commit e97ec62

Please sign in to comment.