Skip to content

Commit

Permalink
Fixing compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
sundargates committed Nov 13, 2023
1 parent ec34c0b commit e2cf90b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ private Optional<LogEntry> onRequestCompletion(HttpRequest request, HttpResponse
}

private Optional<LogEntry> onRequestRejection(HttpRequest request, List<Rejection> rejections) {

return Optional.empty();
}

@Override
Expand Down Expand Up @@ -103,7 +103,7 @@ protected Route constructRoutes() {
post(() -> disconnectTaskExecutor(getClusterID(clusterName)))
))
)
));
)));
}

private Route registerTaskExecutor(ClusterID clusterID) {
Expand Down

0 comments on commit e2cf90b

Please sign in to comment.