Skip to content

Commit 70c1725

Browse files
committed
chore: revert sub-change 'Update WriteCtx to use Crc32cValue.zero() as it's base values rather than null'
1 parent dbf4604 commit 70c1725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • google-cloud-storage/src/main/java/com/google/cloud/storage

google-cloud-storage/src/main/java/com/google/cloud/storage/WriteCtx.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ final class WriteCtx<RequestFactoryT extends WriteObjectRequestBuilderFactory> {
3737
this.requestFactory = requestFactory;
3838
this.totalSentBytes = new AtomicLong(0);
3939
this.confirmedBytes = new AtomicLong(0);
40-
this.cumulativeCrc32c = new AtomicReference<>(Crc32cValue.zero());
40+
this.cumulativeCrc32c = new AtomicReference<>(null);
4141
}
4242

4343
public RequestFactoryT getRequestFactory() {

0 commit comments

Comments
 (0)