Skip to content

Commit 817d0ec

Browse files
committed
fix checkstyle
1 parent e445380 commit 817d0ec

7 files changed

Lines changed: 2 additions & 7 deletions

File tree

hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/async/AsyncForEachRun.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,3 @@ public AsyncForEachRun<I, R> asyncDo(AsyncBiFunction<AsyncForEachRun<I, R>, I, R
181181
return this;
182182
}
183183
}
184-

hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/async/AsyncRun.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,3 @@ default CompletableFuture<R> async() throws IOException {
7272
return completableFuture;
7373
}
7474
}
75-

hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/async/AsyncUtil.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,4 +378,3 @@ public static <I, R, P> void asyncCurrent(
378378
CUR_COMPLETABLE_FUTURE.set((CompletableFuture<Object>) result);
379379
}
380380
}
381-

hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/async/CatchFunction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ default CompletableFuture<R> apply(
115115
throw (RuntimeException)e;
116116
});
117117
}
118-
}
118+
}

hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/async/FinallyFunction.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,3 @@ default CompletableFuture<R> apply(CompletableFuture<R> in) {
9393
});
9494
}
9595
}
96-

hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/hdfs/server/federation/router/async/AsyncClass.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,5 +246,4 @@ public String timeConsumingMethod(int input) {
246246
Async.CUR_COMPLETABLE_FUTURE.set(result);
247247
return null;
248248
}
249-
250249
}

hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/hdfs/server/federation/router/async/TestAsyncUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,4 @@ private < E extends Throwable> void checkException(
274274
});
275275
}
276276
}
277-
}
277+
}

0 commit comments

Comments
 (0)