Skip to content

Commit

Permalink
Update driver versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Nov 18, 2019
1 parent c7c6dde commit 9a358ab
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ private List<RequirementOutcome> buildRequirementOutcomes(List<Requirement> requ

return distinctRequirements.parallelStream()
.map(this::requirementOutcomeFor)
.sorted()
.collect(Collectors.toList());
}

Expand Down

0 comments on commit 9a358ab

Please sign in to comment.