Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public boolean containsAccountWithEmailDomain(String emailDomain) {
* Returns a {@link Map} where key is {@link Account#lastName} and values is a {@link Set} that contains first names
* of all accounts with a specific last name.
*
* @return a map where key is a first name and value is a set of first names
* @return a map where key is a last name and value is a set of first names
*/
public Map<String, Set<String>> groupFirstNamesByLastNames() {
throw new UnsupportedOperationException("It's your job to implement this method"); // todo
Expand Down