Skip to content

Commit

Permalink
YARN-11262. Fix CheckStyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
slfan1989 committed Mar 9, 2025
1 parent 927f0ee commit 439acf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ protected SystemMetricsPublisher createSystemMetricsPublisher() {
rms.add(rm2);
rm2.start();

verify(rm2.getRMContext().getSystemMetricsPublisher(),times(3))
verify(rm2.getRMContext().getSystemMetricsPublisher(), times(3))
.appCreated(any(RMApp.class), anyLong());

GetApplicationsRequest request1 =
Expand Down

0 comments on commit 439acf8

Please sign in to comment.