-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove guard clause due to bad method invocation.
The no-arg `getFirstLevelModuleDependencies()` method is only availabe on the default implementation and is not defined on the interface for LenientConfiguration. The anonymous implementation returned from when any empty dependency set is used lacks this helper method, resulting in a runtime failure. The interface method is now invoked with a filter to collect everything.
- Loading branch information
Showing
2 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters