Update provider-interfaces.adoc

This commit is contained in:
Guillaume KLECH 2019-10-21 17:29:46 +02:00 committed by Stian Thorgersen
parent 1c73aab1c1
commit 115597532a

View file

@ -85,7 +85,7 @@ public interface UserStorageProviderFactory<T extends UserStorageProvider> exten
}
----
Provider factory classses must specify the concrete provider class as a template parameter when implementing the
Provider factory classes must specify the concrete provider class as a template parameter when implementing the
`UserStorageProviderFactory`. This is a must as the runtime will introspect this class to scan for its capabilities
(the other interfaces it implements). So for example, if your provider class is named `FileProvider`, then the
factory class should look like this: