Update UserService.java

Signed-off-by: jeet041 <mahorjitendra@gmail.com>
This commit is contained in:
jeet041 2025-05-11 19:25:06 +05:30 committed by GitHub
parent 1de90b19c6
commit 128883eeda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,10 +16,6 @@ public class UserService {
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);
}