Skip to content

Commit

Permalink
Fix endless loop on Oxygen (at least when using macOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
unp1 committed Oct 11, 2017
1 parent 94e8a1b commit fe62903
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ protected IResource getSourceDirectory() throws JavaModelException {
if (roots[i].getResource() != null) {
sourceDirectory = roots[i].getResource();
}
i++;
}
}
return sourceDirectory;
Expand Down

0 comments on commit fe62903

Please sign in to comment.