Skip to content

Commit 22d57d7

Browse files
committed
fix code style
1 parent e78d8d3 commit 22d57d7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-web-proxy/src/main/java/org/apache/hadoop/yarn/server/webproxy/AppReportFetcher.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
package org.apache.hadoop.yarn.server.webproxy;
2020

2121
import java.io.IOException;
22+
import java.net.InetSocketAddress;
2223

2324
import org.apache.hadoop.classification.VisibleForTesting;
2425
import org.apache.hadoop.conf.Configuration;

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-web-proxy/src/main/java/org/apache/hadoop/yarn/server/webproxy/DefaultAppReportFetcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public DefaultAppReportFetcher(Configuration conf) {
6060
* @param applicationsManager what to use to get the RM reports.
6161
*/
6262
public DefaultAppReportFetcher(Configuration conf,
63-
ApplicationClientProtocol applicationsManager) {
63+
ApplicationClientProtocol applicationsManager) {
6464
super(conf);
6565
this.rmAppPageUrlBase =
6666
StringHelper.pjoin(WebAppUtils.getResolvedRMWebAppURLWithScheme(conf), "cluster", "app");

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-web-proxy/src/test/java/org/apache/hadoop/yarn/server/webproxy/TestFedAppReportFetcher.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,4 @@ protected ApplicationHistoryProtocol getAHSProxy(Configuration conf)
166166
return history;
167167
}
168168
}
169-
170169
}

0 commit comments

Comments
 (0)