Skip to content

Commit 5264c8b

Browse files
author
slfan1989
committed
YARN-11424. Fix CheckStyle.
1 parent 7e610ca commit 5264c8b

File tree

1 file changed

+3
-1
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/main/java/org/apache/hadoop/yarn/server/router/rmadmin

1 file changed

+3
-1
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/main/java/org/apache/hadoop/yarn/server/router/rmadmin/FederationRMAdminInterceptor.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,9 +820,11 @@ public ThreadPoolExecutor getExecutorService() {
820820
* The request contains the id of to deregister sub-cluster.
821821
* @return Response from deregisterSubCluster.
822822
* @throws YarnException exceptions from yarn servers.
823+
* @throws IOException if an IO error occurred.
823824
*/
824825
@Override
825-
public DeregisterSubClusterResponse deregisterSubCluster(DeregisterSubClusterRequest request) throws YarnException, IOException {
826+
public DeregisterSubClusterResponse deregisterSubCluster(DeregisterSubClusterRequest request)
827+
throws YarnException, IOException {
826828

827829
if (request == null) {
828830
routerMetrics.incrDeregisterSubClusterFailedRetrieved();

0 commit comments

Comments
 (0)