You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/test/java/org/apache/hadoop/yarn/server/router/TestRouterMetrics.java
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -399,8 +399,7 @@ public void getClusterMetrics(long duration){
399
399
}
400
400
401
401
publicvoidgetClusterNodes(longduration) {
402
-
LOG.info("Mocked: successful getClusterNodes call with duration {}",
403
-
duration);
402
+
LOG.info("Mocked: successful getClusterNodes call with duration {}", duration);
0 commit comments