Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: luohaha <[email protected]>
  • Loading branch information
luohaha committed Jan 17, 2025
1 parent 3bfc399 commit eefc701
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public long getWarehouseId() {
*/
public synchronized void run() {
if (isTimeout()) {
bool cancelled = cancelImpl("Timeout");
boolean cancelled = cancelImpl("Timeout");
cancelHook(cancelled);
if (cancelled) {
// If this job can't be cancelled, we should execute it.
Expand Down

0 comments on commit eefc701

Please sign in to comment.