Skip to content

Commit

Permalink
Домашнее задание 14 (inMemory)
Browse files Browse the repository at this point in the history
  • Loading branch information
togean committed Nov 30, 2024
1 parent 4cfad25 commit 4e52832
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ public void deleteUser(long userIdToDelete) {
private long getNextId() {
return listOfAllUsers.size() + 1;
}

}

0 comments on commit 4e52832

Please sign in to comment.