mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
Change visibility to package private
This commit is contained in:
@@ -104,9 +104,9 @@ public class UserService {
|
|||||||
/**
|
/**
|
||||||
* should triggers after successful login
|
* should triggers after successful login
|
||||||
*
|
*
|
||||||
* Note: Visibility changed to protected to enabled spying on this method
|
* Note: Visibility changed to package private to enabled spying on this method
|
||||||
*/
|
*/
|
||||||
protected void afterLogin(User user) {
|
void afterLogin(User user) {
|
||||||
Date lastLogin = user.getLastLogin();
|
Date lastLogin = user.getLastLogin();
|
||||||
Date now = new Date();
|
Date now = new Date();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user