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

Commit b7bea9c

Browse files
authored
Merge pull request #3 from bobocode-projects/Shtramak-patch-1
Update AccountAnalytics.java
2 parents 17f910c + 015fa71 commit b7bea9c

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
@@ -135,7 +135,7 @@ public Map<String, BigDecimal> collectBalancesByIdForAccountsCreatedOn(int year)
135135
* Returns a {@link Map} where key is {@link Account#lastName} and values is a {@link Set} that contains first names
136136
* of all accounts with a specific last name.
137137
*
138-
* @return a map where key is a first name and value is a set of first names
138+
* @return a map where key is a last name and value is a set of first names
139139
*/
140140
public Map<String, Set<String>> groupFirstNamesByLastNames() {
141141
throw new UnsupportedOperationException("It's your job to implement this method"); // todo

0 commit comments

Comments
 (0)