Skip to content

Commit

Permalink
Update classpath job: on success do not return CANCEL
Browse files Browse the repository at this point in the history
  • Loading branch information
haubi committed Mar 9, 2023
1 parent 9df8e3e commit 44c212e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class UpdateClasspathWorkspaceRunnable implements IWorkspaceRunnable {

@Override
public void run(IProgressMonitor monitor) throws CoreException {
fCanceled = doUpdateClasspath(monitor, fModels);
fCanceled = doUpdateClasspath(monitor, fModels) == false;
}

public boolean isCanceled() {
Expand Down

0 comments on commit 44c212e

Please sign in to comment.