HADOOP-15031. Fix javadoc issues in Hadoop Common. Contributed by Mukul Kumar Singh.
This commit is contained in:
parent
fb62bd625f
commit
975a57a688
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user