HADOOP-15031. Fix javadoc issues in Hadoop Common. Contributed by Mukul Kumar Singh.

This commit is contained in:
Akira Ajisaka 2017-11-13 23:11:03 +09:00
parent fb62bd625f
commit 975a57a688
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
2 changed files with 2 additions and 4 deletions

View File

@ -973,8 +973,7 @@ public FSDataInputStream open(PathHandle fd, int bufferSize)
* @param opt If absent, assume {@link HandleOpt#path()}.
* @throws IllegalArgumentException If the FileStatus does not belong to
* this FileSystem
* @throws UnsupportedOperationException If
* {@link #createPathHandle(FileStatus, HandleOpt[])}
* @throws UnsupportedOperationException If {@link #createPathHandle}
* not overridden by subclass.
* @throws UnsupportedOperationException If this FileSystem cannot enforce
* the specified constraints.

View File

@ -338,8 +338,7 @@ protected HandleOpt() {
}
/**
* Utility function for mapping
* {@link FileSystem#getPathHandle(FileStatus, HandleOpt[])} to a
* Utility function for mapping {@link FileSystem#getPathHandle} to a
* fixed set of handle options.
* @param fs Target filesystem
* @param opt Options to bind in partially evaluated function