Skip to content

Commit

Permalink
issues are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-slobodianiuk committed Nov 13, 2024
1 parent ebc67c9 commit 964eb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/core/basesyntax/UserService.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public void registerUser(User user) {
}
}

private void saveUser(User user) {
public void saveUser(User user) {
System.out.println("User " + user.toString() + " was saved to database!!!");
}
}

0 comments on commit 964eb3f

Please sign in to comment.