Skip to content

Commit

Permalink
#1650 typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 21, 2022
1 parent 15cbdde commit 1417258
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/cactoos/map/MapOf.java
Expand Up @@ -179,6 +179,8 @@ public MapOf(final Iterable<Map.Entry<? extends X, ? extends Y>> entries) {
/**
* Ctor.
* @param entries List of the entries
* @param <X> Key type
* @param <Y> Value type
* @return Map created
*/
private static <X, Y> Map<X, Y> make(
Expand Down

0 comments on commit 1417258

Please sign in to comment.