From 1e5b24330a9c4397d84be18a4a64296a3a84359d Mon Sep 17 00:00:00 2001 From: libenchao Date: Thu, 31 Jan 2019 20:41:37 +0800 Subject: [PATCH] [hotfix] [javadocs] Correct outdated doc for TaskSlotTable.start() --- .../apache/flink/runtime/taskexecutor/slot/TaskSlotTable.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/slot/TaskSlotTable.java b/flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/slot/TaskSlotTable.java index 867203c15c604..26f3a13a0365f 100644 --- a/flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/slot/TaskSlotTable.java +++ b/flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/slot/TaskSlotTable.java @@ -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 */ @@ -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