Skip to content

Commit e9a14fd

Browse files
committed
fix checkstyle.
1 parent dcb7509 commit e9a14fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/hdfs/server/federation/router/async/TestRouterAsyncRpcWhenNamenodeFailover.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void testGetFileInfoWhenNsFailover() throws Exception {
6767
transitionClusterNSToActive(cluster, 0);
6868

6969
String basePath = "/ARR/testGetFileInfo";
70-
routerClient.mkdirs(basePath);
70+
routerClient.mkdirs(basePath);
7171
DirectoryListing directoryListing = routerClient.listPaths("/ARR", new byte[0]);
7272
assertEquals(1, directoryListing.getPartialListing().length);
7373

0 commit comments

Comments
 (0)