Skip to content

Commit

Permalink
unnecessary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AoElite committed Aug 21, 2024
1 parent d9a3f33 commit 5b87ac4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void terminate() {

@Override
public boolean isTerminated() {
return false;
return terminated;
}

@Override
Expand Down

0 comments on commit 5b87ac4

Please sign in to comment.