HDFS-13151. Fix the javadoc error in ReplicaInfo
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
parent
aae629913c
commit
a1e05e0292
@ -53,7 +53,6 @@ abstract public class ReplicaInfo extends Block
|
|||||||
* Constructor.
|
* Constructor.
|
||||||
* @param block a block
|
* @param block a block
|
||||||
* @param vol volume where replica is located
|
* @param vol volume where replica is located
|
||||||
* @param dir directory path where block and meta files are located
|
|
||||||
*/
|
*/
|
||||||
ReplicaInfo(Block block, FsVolumeSpi vol) {
|
ReplicaInfo(Block block, FsVolumeSpi vol) {
|
||||||
this(vol, block.getBlockId(), block.getNumBytes(),
|
this(vol, block.getBlockId(), block.getNumBytes(),
|
||||||
|
Loading…
Reference in New Issue
Block a user