Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Commit 015fa71

Browse files
authored
Update AccountAnalytics.java
1 parent b789e96 commit 015fa71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

account-analytics/src/main/java/com.bobocode/AccountAnalytics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public boolean containsAccountWithEmailDomain(String emailDomain) {
100100
* Returns a {@link Map} where key is {@link Account#lastName} and values is a {@link Set} that contains first names
101101
* of all accounts with a specific last name.
102102
*
103-
* @return a map where key is a first name and value is a set of first names
103+
* @return a map where key is a last name and value is a set of first names
104104
*/
105105
public Map<String, Set<String>> groupFirstNamesByLastNames() {
106106
throw new UnsupportedOperationException("It's your job to implement this method"); // todo

0 commit comments

Comments
 (0)