Skip to content

Commit 60fe487

Browse files
Fixed sonarcube issue
1 parent 5cd110e commit 60fe487

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/multipart/PresignedUrlMultipartDownloaderSubscriber.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ public class PresignedUrlMultipartDownloaderSubscriber
5858
private final Object lock = new Object();
5959
private final AtomicInteger completedParts;
6060

61-
private volatile Long totalContentLength;
62-
private volatile Integer totalParts;
63-
private volatile String eTag;
64-
private volatile Subscription subscription;
61+
private Long totalContentLength;
62+
private Integer totalParts;
63+
private String eTag;
64+
private Subscription subscription;
6565

6666
public PresignedUrlMultipartDownloaderSubscriber(
6767
S3AsyncClient s3AsyncClient,

0 commit comments

Comments
 (0)