Skip to content

Commit f8c8a7e

Browse files
committed
Use restricted variable access for constant in S3EndpointUtils class
1 parent 9cf37bd commit f8c8a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/S3EndpointUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
@SdkInternalApi
3838
public final class S3EndpointUtils {
3939

40-
public static final List<Class<?>> ACCELERATE_DISABLED_OPERATIONS = Arrays.asList(
40+
private static final List<Class<?>> ACCELERATE_DISABLED_OPERATIONS = Arrays.asList(
4141
ListBucketsRequest.class, CreateBucketRequest.class, DeleteBucketRequest.class);
4242

4343
private S3EndpointUtils() {

0 commit comments

Comments
 (0)