Skip to content

Commit 64239e2

Browse files
author
Tom McCormick
committed
period on comment
1 parent ac4c0ab commit 64239e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSInputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ private void clearLocalDeadNodes() {
198198
}
199199

200200
/**
201-
* clear list of ignored nodes used for hedged reads
201+
* Clear list of ignored nodes used for hedged reads.
202202
*/
203203
private void clearIgnoredNodes(Collection<DatanodeInfo> ignoredNodes) {
204204
if (ignoredNodes != null) {

0 commit comments

Comments
 (0)