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

Commit 55aef9d

Browse files
committed
Update AccountAnalytics.java description
1 parent b35e884 commit 55aef9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ public Map<String, Set<String>> groupFirstNamesByLastNames() {
9797
}
9898

9999
/**
100-
* Returns a {@link Map} where key is a birthday month, and value is a {@link String} that stores comma-separated
101-
* first names, of all accounts that have the same birthday month.
100+
* Returns a {@link Map} where key is a birthday month, and value is a {@link String} that stores comma and space
101+
* -separated first names (e.g. "Polly, Dylan, Clark"), of all accounts that have the same birthday month.
102102
*
103103
* @return a map where a key is a birthday month and value is comma-separated first names
104104
*/
@@ -128,7 +128,7 @@ public Map<Character, Long> getCharacterFrequencyInFirstNames() {
128128

129129
/**
130130
* Returns a {@link Map} where key is a letter {@link Character}, and value is a number of its occurrences ignoring
131-
* case, in all {@link Account#firstName} and {@link Account#lastName}.
131+
* case, in all {@link Account#firstName} and {@link Account#lastName}. All letters should stored in lower case.
132132
*
133133
* @return a map where key is a letter and value is its count ignoring case in all first and last names
134134
*/

0 commit comments

Comments
 (0)