Skip to content

Commit

Permalink
Merge pull request graalvm#37 from ansalond/master
Browse files Browse the repository at this point in the history
Call 'projects_opt_limit_to_suites()' to avoid shadowing.
  • Loading branch information
dougxc committed Feb 8, 2016
2 parents 5776982 + becf28f commit 7c6f7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mx.py
Original file line number Diff line number Diff line change
Expand Up @@ -10370,7 +10370,7 @@ def javadoc(args, parser=None, docDir='javadoc', includeDeps=True, stdDoclet=Tru
candidates = [project(name) for name in args.projects.split(',')]
else:
partialJavadoc = False
candidates = projects(opt_limit_to_suite=True)
candidates = projects_opt_limit_to_suites()

# optionally restrict packages within a project
packages = []
Expand Down

0 comments on commit 7c6f7d6

Please sign in to comment.