Skip to content

Commit

Permalink
[hotfix] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Mar 23, 2021
1 parent 345f36d commit 616c3f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ private void transitionSlotToAllocated(DeclarativeTaskManagerSlot slot, JobID jo
Preconditions.checkNotNull(slot);
Preconditions.checkState(
jobId.equals(slot.getJobId()),
"Job ID from slot status updated (%s) does not match currently assigned job ID (%s) for slot %s.",
"Job ID from slot status update (%s) does not match currently assigned job ID (%s) for slot %s.",
jobId,
slot.getJobId(),
slot.getSlotId());
Expand Down

0 comments on commit 616c3f4

Please sign in to comment.