Skip to content

Commit

Permalink
Forward end all jobs when inside the compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Jul 2, 2024
1 parent 32fb656 commit d4f3723
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ public static ISourceLocation inferProjectRoot(Class<?> clazz) {

@Override
public void endAllJobs() {
// TODO Auto-generated method stub

ideServices.endAllJobs();
}
}

0 comments on commit d4f3723

Please sign in to comment.