Update docs / fix hash algorithms task / fix unit tests

- From a common session wit sgdc3
This commit is contained in:
ljacqu
2016-10-01 23:43:37 +02:00
parent 62b8af6a37
commit 74a61188f5
5 changed files with 23 additions and 15 deletions
@@ -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;
}