Skip to content

Commit

Permalink
[hotfix][doc] Fix typo of TaskManagerSlot#jobId javadoc
Browse files Browse the repository at this point in the history
This closes apache#11773 .
  • Loading branch information
zhengcanbin authored and tisonkun committed Apr 16, 2020
1 parent c96cd9c commit 72f9f20
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 class TaskManagerSlot implements TaskManagerSlotInformation {
/** Allocation id for which this slot has been allocated. */
private AllocationID allocationId;

/** Allocation id for which this slot has been allocated. */
/** Job id for which this slot has been allocated. */
@Nullable
private JobID jobId;

Expand Down

0 comments on commit 72f9f20

Please sign in to comment.