Skip to content

Commit 811277f

Browse files
committed
fix checkstyle
1 parent 2321c6c commit 811277f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ha/ClientBaseWithFixes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ protected void stopServer() throws Exception {
436436

437437

438438
protected static ZooKeeperServer getServer(ServerCnxnFactory fac) {
439-
return fac.getZooKeeperServer();
439+
return fac.getZooKeeperServer();
440440
}
441441

442442
protected void tearDownAll() throws Exception {

0 commit comments

Comments
 (0)