Skip to content

Commit 6630ce6

Browse files
author
slfan1989
committed
YARN-11122:Fix CheckStyle
1 parent 87277d1 commit 6630ce6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/test/java/org/apache/hadoop/yarn/server/router/clientrm/TestFederationClientInterceptor.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,7 @@ public void testGetClusterNodesRequest() throws Exception {
649649
LOG.info("Test FederationClientInterceptor : Get Cluster Nodeds request");
650650
// null request
651651
LambdaTestUtils.intercept(YarnException.class,
652-
"Missing getClusterNodes request.",
653-
() -> interceptor.getClusterNodes(null));
652+
"Missing getClusterNodes request.", () -> interceptor.getClusterNodes(null));
654653

655654
// normal request.
656655
GetClusterNodesResponse response =

0 commit comments

Comments
 (0)