HADOOP-15172. Fix the javadoc warning in WriteOperationHelper.java
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
parent
1a9c5d479e
commit
2e1e9017aa
|
@ -82,6 +82,7 @@ public class WriteOperationHelper {
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
* @param owner owner FS creating the helper
|
* @param owner owner FS creating the helper
|
||||||
|
* @param conf Configuration object
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
protected WriteOperationHelper(S3AFileSystem owner, Configuration conf) {
|
protected WriteOperationHelper(S3AFileSystem owner, Configuration conf) {
|
||||||
|
|
Loading…
Reference in New Issue