Skip to content

Commit

Permalink
[hotfix][runtime] Code clean-ups in ResourceManagerRuntimeServices.
Browse files Browse the repository at this point in the history
  • Loading branch information
xintongsong authored and tillrohrmann committed Apr 27, 2020
1 parent 537a564 commit b9fe201
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public JobLeaderIdService getJobLeaderIdService() {
public static ResourceManagerRuntimeServices fromConfiguration(
ResourceManagerRuntimeServicesConfiguration configuration,
HighAvailabilityServices highAvailabilityServices,
ScheduledExecutor scheduledExecutor) throws Exception {
ScheduledExecutor scheduledExecutor) {

final SlotManager slotManager = createSlotManager(configuration, scheduledExecutor);

Expand Down

0 comments on commit b9fe201

Please sign in to comment.