Skip to content

Commit

Permalink
[hotfix] [javadocs] Correct outdated doc for TaskSlotTable.start()
Browse files Browse the repository at this point in the history
  • Loading branch information
libenchao authored and tillrohrmann committed Jan 31, 2019
1 parent c68bb9e commit 1e5b243
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public TaskSlotTable(
}

/**
* Start the task slot table with the given slot actions and slot timeout value.
* Start the task slot table with the given slot actions.
*
* @param initialSlotActions to use for slot actions
*/
Expand Down Expand Up @@ -182,7 +182,7 @@ public SlotReport createSlotReport(ResourceID resourceId) {

/**
* Allocate the slot with the given index for the given job and allocation id. Returns true if
* the slot could be allocated. Otherwise it returns false;
* the slot could be allocated. Otherwise it returns false.
*
* @param index of the task slot to allocate
* @param jobId to allocate the task slot for
Expand Down

0 comments on commit 1e5b243

Please sign in to comment.