mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 05:15:50 +00:00
Update UserService.java
Signed-off-by: jeet041 <mahorjitendra@gmail.com>
This commit is contained in:
parent
128883eeda
commit
26d22369f6
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ public class UserService {
|
|||
public void notifyUser(int userId) {
|
||||
System.out.println("Main: sending notification to user " + userId);
|
||||
}
|
||||
|
||||
public void notifyUser2(int userId) {
|
||||
System.out.println("Main: sending notification to user " + userId);
|
||||
}
|
||||
public void deleteUser(int userId) {
|
||||
logDeletion(userId);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue