Skip to content

Commit f3e9162

Browse files
authored
chore:fix javadoc (#393)
1 parent fa1e6cc commit f3e9162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/software/amazon/encryption/s3/S3AsyncEncryptionClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ public Builder useArnRegion(Boolean useArnRegion) {
754754

755755
/**
756756
* Multipart via the wrapped client is currently NOT supported by the S3 Encryption Client.
757-
* Use the {@link this.enableMultipartPutObject()} option instead for high-level multipart uploads.
757+
* Use the {@link Builder#enableMultipartPutObject(boolean)} option instead for high-level multipart uploads.
758758
* Multipart downloads are currently NOT supported.
759759
*/
760760
@Override
@@ -764,7 +764,7 @@ public Builder multipartEnabled(Boolean enabled) {
764764

765765
/**
766766
* Multipart via the wrapped client is currently NOT supported by the S3 Encryption Client.
767-
* Use the {@link this.enableMultipartPutObject()} option instead for high-level multipart uploads.
767+
* Use the {@link Builder#enableMultipartPutObject(boolean)} option instead for high-level multipart uploads.
768768
* Multipart downloads are currently NOT supported.
769769
*/
770770
@Override

0 commit comments

Comments
 (0)