diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INode.java b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INode.java index 86f94f1d84..fbb1c44be6 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INode.java +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INode.java @@ -994,14 +994,14 @@ public static class ReclaimContext { /** * @param bsps - * block storage policy suite to calculate intended storage type - * usage + * block storage policy suite to calculate intended storage type + * usage * @param collectedBlocks -* blocks collected from the descents for further block -* deletion/update will be added to the given map. + * blocks collected from the descents for further block + * deletion/update will be added to the given map. * @param removedINodes -* INodes collected from the descents for further cleaning up of - * @param removedUCFiles + * INodes collected from the descents for further cleaning up of + * @param removedUCFiles INodes whose leases need to be released */ public ReclaimContext( BlockStoragePolicySuite bsps, BlocksMapUpdateInfo collectedBlocks,