Skip to content

Commit fbe10e5

Browse files
author
slfan1989
committed
YARN-11350. Fix CheckStyle.
1 parent 4feabd1 commit fbe10e5

File tree

2 files changed

+1
-2
lines changed

2 files 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/utils/FederationStateStoreFacade.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ public int getDelegationTokenSeqNum() {
880880
/**
881881
* Set SeqNum from stateStore.
882882
*
883-
* @return delegationTokenSequenceNumber.
883+
* @param seqNum delegationTokenSequenceNumber.
884884
*/
885885
public void setDelegationTokenSeqNum(int seqNum) {
886886
stateStore.setDelegationTokenSeqNum(seqNum);

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/test/java/org/apache/hadoop/yarn/server/federation/store/impl/TestZookeeperFederationStateStore.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
import static org.apache.hadoop.util.curator.ZKCuratorManager.getNodePath;
5252
import static org.junit.Assert.assertEquals;
5353
import static org.junit.Assert.assertTrue;
54-
import static org.junit.Assert.assertFalse;
5554
import static org.junit.Assert.assertNotNull;
5655

5756
/**

0 commit comments

Comments
 (0)