Skip to content

Commit dec1841

Browse files
author
slfan1989
committed
YARN-11250. Fix CheckStyle.
1 parent 9e0bea9 commit dec1841

File tree

1 file changed

+1
-2
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn/server/federation/store/impl

1 file changed

+1
-2
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn/server/federation/store/impl/ZookeeperFederationStateStore.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ private SubClusterPolicyConfiguration getPolicy(final String queue)
583583

584584
/**
585585
* Put the subcluster information in Zookeeper.
586-
* @param queue Name of the queue.
586+
* @param queue Name of the queue.
587587
* @param policy Subcluster policy configuration.
588588
* @throws YarnException If it cannot contact ZooKeeper.
589589
*/
@@ -630,7 +630,6 @@ private byte[] get(String znode) throws YarnException {
630630

631631
/**
632632
* Put data into a znode in Zookeeper.
633-
*
634633
* @param znode Path of the znode.
635634
* @param data Data to write.
636635
* @throws YarnException If it cannot contact ZooKeeper.

0 commit comments

Comments
 (0)