Skip to content

Commit 1c89c3c

Browse files
author
slfan1989
committed
YARN-11305. Fix CheckStyle.
1 parent 748fa05 commit 1c89c3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/logaggregation

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/logaggregation/TestLogAggregationService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public void tearDown() throws IOException, InterruptedException {
202202
}
203203

204204
private void verifyLocalFileDeletion(
205-
LogAggregationService logAggregationService,Long clusterTimeStamp) throws Exception {
205+
LogAggregationService logAggregationService, Long clusterTimeStamp) throws Exception {
206206
logAggregationService.init(this.conf);
207207
logAggregationService.start();
208208

0 commit comments

Comments
 (0)