Skip to content

Commit

Permalink
Remove done() call on SubMonitor in Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
vogella committed Dec 3, 2024
1 parent a1fd060 commit aaddfd6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ public RefactoringStatus checkAllConditions(IProgressMonitor pm) throws CoreExce
if (!result.hasFatalError()) {
result.merge(checkFinalConditions(subMon.split(refactoringTickProvider.getCheckFinalConditionsTicks())));
}
subMon.done();
return result;
}

Expand Down

0 comments on commit aaddfd6

Please sign in to comment.