Skip to content

Commit 510933d

Browse files
author
fuchaohong
committed
fix checkstyle.
1 parent 7e2d5b0 commit 510933d

File tree

1 file changed

+1
-1
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client

1 file changed

+1
-1
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client/TestRMFailover.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ public void testTransitionedToStandbyWhenAutoFailover()
482482
verifyRMTransitionToStandby(cluster.getResourceManager(activeRMIndex));
483483
// the standby RM transition to active.
484484
int newActiveRMIndex = (activeRMIndex + 1) % 2;
485-
assertEquals(newActiveRMIndex, cluster.getActiveRMIndex(),"Failover failed");
485+
assertEquals(newActiveRMIndex, cluster.getActiveRMIndex(), "Failover failed");
486486
verifyConnections();
487487
}
488488
}

0 commit comments

Comments
 (0)