Skip to content

Commit

Permalink
docs: changed parameter name in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheaGjerde committed Apr 23, 2026
1 parent a09f2d2 commit d809888
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class UserRepository extends DBRepository<Integer, User> {
* Constructs UserRepository using Hashmap,
* and extends the content from DBRepository.
*
* @param content the underlying map used to store users,
* @param rows the underlying map used to store users,
* where the key represents the user ID
*/
public UserRepository(List<Object[]> rows) {
Expand Down

0 comments on commit d809888

Please sign in to comment.