Skip to content

Commit ddc772c

Browse files
author
Saikat Roy
committed
HADOOP-19256: Fix javadoc
1 parent 06a0e56 commit ddc772c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/CreateFileBuilder.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ public static final class CreateFileOptions {
270270

271271
/**
272272
* @param flags creation flags
273+
* @param writeObjectFlags Create File switches.
274+
* @param etag ETag, used only if enabled by switches
273275
* @param headers nullable header map.
274276
*/
275277
public CreateFileOptions(

hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/RequestFactoryImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ protected void copyEncryptionParameters(HeadObjectResponse srcom,
336336
* @param options options for the request, including headers
337337
* @param length length of object to be uploaded
338338
* @param isDirectoryMarker true if object to be uploaded is a directory marker
339-
* @param putOptions
340339
* @return the request builder
341340
*/
342341
@Override

0 commit comments

Comments
 (0)