Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArchaiusBootstrapModule constructor problem #342

Open
huangruoyu opened this issue Mar 2, 2016 · 0 comments
Open

ArchaiusBootstrapModule constructor problem #342

huangruoyu opened this issue Mar 2, 2016 · 0 comments

Comments

@huangruoyu
Copy link

I think the 3rd constructor should be:

public ArchaiusBootstrapModule(Class<? extends PropertiesLoader> propertiesLoader) { this.propertiesLoaderClass = propertiesLoader; this.propertiesLoader = null; }

argument type should be Class<? extends PropertiesLoader> propertiesLoader, instead of Class< PropertiesLoader> propertiesLoader. Right now, no subclass of PropertiesLoader can be passed to the constructor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant