HADOOP-15172. Fix the javadoc warning in WriteOperationHelper.java

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
Mukul Kumar Singh 2018-01-15 15:45:51 +09:00 committed by Akira Ajisaka
parent 1a9c5d479e
commit 2e1e9017aa
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ public class WriteOperationHelper {
/**
* Constructor.
* @param owner owner FS creating the helper
* @param conf Configuration object
*
*/
protected WriteOperationHelper(S3AFileSystem owner, Configuration conf) {