mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 16:52:13 +00:00
Removed public modifier from getSessionController() method on ProviderManager.
This commit is contained in:
parent
491837ae34
commit
efd1dbf54a
@ -205,7 +205,7 @@ public class ProviderManager extends AbstractAuthenticationManager implements Me
|
||||
*
|
||||
* @return {@link ConcurrentSessionController} instance
|
||||
*/
|
||||
public ConcurrentSessionController getSessionController() {
|
||||
ConcurrentSessionController getSessionController() {
|
||||
return sessionController;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user