Skip to content

Commit

Permalink
another minor update to ensure termination in all execution modes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-steigmiller committed Aug 4, 2014
1 parent d568a27 commit f0f4fac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified ReasonerQueryEvaluator.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ public boolean canProvideMoreExecutionTask() {
if (mFinishedExecution) {
return false;
}
return !mCompetitionHandler.isCompetitionExecutionCompleted();
return mCompetitionHandler.getMaximumRemainingTaskCount() > 0;
}


Expand Down

0 comments on commit f0f4fac

Please sign in to comment.