Skip to content

Commit

Permalink
doc renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Sep 4, 2024
1 parent c3d3592 commit dbb7510
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ public Path getResponseFilePath() {
*
* By default, the option is set to {@link ResponseFileOption#CREATE_OR_REPLACE}.
*
* @param recvFileOption The option for handling the response file.
* @param responseFileOption The option for handling the response file.
* @return this
*/
public S3MetaRequestOptions withResponseFileOption(ResponseFileOption responseFileOption) {
Expand All @@ -417,7 +417,7 @@ public ResponseFileOption getResponseFileOption() {
* This option is only applicable when {@link withResponseFileOption} is set
* to {@link ResponseFileOption#WRITE_TO_POSITION}.
*
* @param recvFilePosition The position to start writing to the response file.
* @param responseFilePosition The position to start writing to the response file.
* @return this
*/
public S3MetaRequestOptions withResponseFilePosition(long responseFilePosition) {
Expand All @@ -434,7 +434,7 @@ public long getResponseFilePosition() {
* from S3.
* This option is only applicable when a response file path is set.
*
* @param recvFileDeleteOnFailure True to delete the response file on failure,
* @param responseFileDeleteOnFailure True to delete the response file on failure,
* false to leave it as-is.
*/
public S3MetaRequestOptions withResponseFileDeleteOnFailure(boolean responseFileDeleteOnFailure) {
Expand Down

0 comments on commit dbb7510

Please sign in to comment.