Skip to content

Commit 91447ff

Browse files
committed
gh-5584 Fix CS
1 parent 7abf903 commit 91447ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • stroom-aws/stroom-aws-s3-impl/src/main/java/stroom/aws/s3/impl

stroom-aws/stroom-aws-s3-impl/src/main/java/stroom/aws/s3/impl/S3Manager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ private PutObjectRequest createPutObjectRequest(final String bucketName,
701701
.stream()
702702
.collect(Collectors.toMap(e -> createS3Name(e.getKey()), Entry::getValue));
703703

704-
PutObjectRequest.Builder builder = PutObjectRequest.builder()
704+
final PutObjectRequest.Builder builder = PutObjectRequest.builder()
705705
.bucket(bucketName)
706706
.key(key)
707707
.tagging(createTags(meta))

0 commit comments

Comments
 (0)