Skip to content

Commit 0a2c608

Browse files
scmacdonbrmur
authored andcommitted
rolled in review comments
1 parent 4ec5667 commit 0a2c608

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

javav2/example_code/entityresolution/src/main/java/com/example/entity/scenario/EntityResActions.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ public static EntityResolutionAsyncClient getResolutionAsyncClient() {
9797
.build();
9898

9999
entityResolutionAsyncClient = EntityResolutionAsyncClient.builder()
100-
.region(Region.US_EAST_1)
101100
.httpClient(httpClient)
102101
.overrideConfiguration(overrideConfig)
103102
.build();
@@ -128,7 +127,6 @@ public static S3AsyncClient getS3AsyncClient() {
128127
.build();
129128

130129
s3AsyncClient = S3AsyncClient.builder()
131-
.region(Region.US_EAST_1)
132130
.httpClient(httpClient)
133131
.overrideConfiguration(overrideConfig)
134132
.build();

0 commit comments

Comments
 (0)