Skip to content

Commit e61cfd1

Browse files
committed
fix checkstyle.
1 parent e5b9d0d commit e61cfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/fairness/RouterAsyncRpcFairnessPolicyController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public void init(Configuration conf) throws IllegalArgumentException {
5454
}
5555
LOG.info("Max async call permits per nameservice: {}", maxAsyncCallPermit);
5656

57-
// Get all name services configured
57+
// Get all name services configured.
5858
Set<String> allConfiguredNS = FederationUtil.getAllConfiguredNS(conf);
5959

6060
for (String nsId : allConfiguredNS) {

0 commit comments

Comments
 (0)