Skip to content

Commit 2c6accd

Browse files
author
slfan1989
committed
YARN-11445. Fix CheckStyle.
1 parent 6c47c85 commit 2c6accd

File tree

1 file changed

+1
-1
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/dao

1 file changed

+1
-1
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/dao/ClusterUserInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class ClusterUserInfo {
4242
// User who has placed the request
4343
protected String requestedUser;
4444

45-
private String subClusterId;
45+
private String subClusterId;
4646

4747
public ClusterUserInfo() {
4848
}

0 commit comments

Comments
 (0)