mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 17: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
|
* @return {@link ConcurrentSessionController} instance
|
||||||
*/
|
*/
|
||||||
public ConcurrentSessionController getSessionController() {
|
ConcurrentSessionController getSessionController() {
|
||||||
return sessionController;
|
return sessionController;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user