Migrate hibernate xml annotation to annotations
This commit is contained in:
@@ -181,7 +181,7 @@ public class UserServiceImpl
|
||||
|
||||
@Override
|
||||
@Nullable
|
||||
public User getUserBy(long id) {
|
||||
public User getUserBy(int id) {
|
||||
return userManager.getUserBy(id);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user