Update docs / fix hash algorithms task / fix unit tests
- From a common session wit sgdc3
This commit is contained in:
@@ -152,7 +152,7 @@ public class EncryptionMethodInfoGatherer {
|
||||
|
||||
// By passing some bogus "package" to the constructor, the injector will throw if it needs to
|
||||
// instantiate any dependency other than what we provide.
|
||||
Injector injector = new InjectorBuilder().addDefaultHandlers("!!No package!!").create();
|
||||
Injector injector = new InjectorBuilder().addDefaultHandlers("fr.xephi.authme.security.crypts").create();
|
||||
injector.register(Settings.class, settings);
|
||||
return injector;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user