Skip to content

Commit c44cc50

Browse files
author
slfan1989
committed
YARN-8898. Fix CheckStyle.
1 parent fc01cca commit c44cc50

File tree

1 file changed

+2
-1
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

+2
-1
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/MemoryFederationStateStore.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,8 @@ public void setExpiredHeartbeat(SubClusterId subClusterId, long heartBearTime)
661661
}
662662

663663
@VisibleForTesting
664-
public void setApplicationContext(String subClusterId, ApplicationId applicationId, long createTime) {
664+
public void setApplicationContext(String subClusterId, ApplicationId applicationId,
665+
long createTime) {
665666
ApplicationSubmissionContext context =
666667
ApplicationSubmissionContext.newInstance(applicationId, "test", "default",
667668
Priority.newInstance(0), null, true, true,

0 commit comments

Comments
 (0)