Skip to content

Commit fc61ca4

Browse files
committed
fix javadoc.
1 parent 3064fc6 commit fc61ca4

File tree

1 file changed

+1
-0
lines changed
  • hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode

1 file changed

+1
-0
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DatanodeUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ public static File idToBlockDir(File root, long blockId) {
136136
* We hava a block with blockid mapping to:
137137
* "/data1/hadoop/hdfs/datanode/current/BP-xxxx/current/finalized/subdir0/subdir0"
138138
* We return "subdir0/subdir0".
139+
* @param blockId the block id.
139140
* @return two-level subdir string where block will be stored.
140141
*/
141142
public static String idToBlockDirSuffixName(long blockId) {

0 commit comments

Comments
 (0)