Removed public modifier from getSessionController() method on ProviderManager.
This commit is contained in:
@@ -205,7 +205,7 @@ public class ProviderManager extends AbstractAuthenticationManager implements Me
|
||||
*
|
||||
* @return {@link ConcurrentSessionController} instance
|
||||
*/
|
||||
public ConcurrentSessionController getSessionController() {
|
||||
ConcurrentSessionController getSessionController() {
|
||||
return sessionController;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user