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…
Reference in New Issue