Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 220a637

Browse files
committed
refactor: infer types
1 parent af8b75c commit 220a637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/aiven/kafka/connect/s3/AwsCredentialProviderFactoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class AwsCredentialProviderFactoryTest {
3737
@BeforeEach
3838
public void setUp() {
3939
factory = new AwsCredentialProviderFactory();
40-
props = new HashMap<String, String>();
40+
props = new HashMap<>();
4141
props.put(S3SinkConfig.AWS_S3_BUCKET_NAME_CONFIG, "anyBucket");
4242
}
4343

0 commit comments

Comments
 (0)