Skip to content

Commit

Permalink
Update ResourceManager.java
Browse files Browse the repository at this point in the history
  • Loading branch information
wangqinghuan authored and alpinegizmo committed Jan 27, 2025
1 parent 7f8752b commit 4cce1bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public abstract class ResourceManager<WorkerType extends ResourceIDRetrievable>
/** Service to retrieve the job leader ids. */
private final JobLeaderIdService jobLeaderIdService;

/** All currently registered TaskExecutors with there framework specific worker information. */
/** All currently registered TaskExecutors with their framework specific worker information. */
private final Map<ResourceID, WorkerRegistration<WorkerType>> taskExecutors;

/** Ongoing registration of TaskExecutors per resource ID. */
Expand Down

0 comments on commit 4cce1bf

Please sign in to comment.