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 abstract class FileSystem extends Configured implements Closeable {
|
||||||
* @param opt If absent, assume {@link HandleOpt#path()}.
|
* @param opt If absent, assume {@link HandleOpt#path()}.
|
||||||
* @throws IllegalArgumentException If the FileStatus does not belong to
|
* @throws IllegalArgumentException If the FileStatus does not belong to
|
||||||
* this FileSystem
|
* this FileSystem
|
||||||
* @throws UnsupportedOperationException If
|
* @throws UnsupportedOperationException If {@link #createPathHandle}
|
||||||
* {@link #createPathHandle(FileStatus, HandleOpt[])}
|
|
||||||
* not overridden by subclass.
|
* not overridden by subclass.
|
||||||
* @throws UnsupportedOperationException If this FileSystem cannot enforce
|
* @throws UnsupportedOperationException If this FileSystem cannot enforce
|
||||||
* the specified constraints.
|
* the specified constraints.
|
||||||
|
|
|
@ -338,8 +338,7 @@ public final class Options {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Utility function for mapping
|
* Utility function for mapping {@link FileSystem#getPathHandle} to a
|
||||||
* {@link FileSystem#getPathHandle(FileStatus, HandleOpt[])} to a
|
|
||||||
* fixed set of handle options.
|
* fixed set of handle options.
|
||||||
* @param fs Target filesystem
|
* @param fs Target filesystem
|
||||||
* @param opt Options to bind in partially evaluated function
|
* @param opt Options to bind in partially evaluated function
|
||||||
|
|
Loading…
Reference in New Issue