Skip to content

Commit

Permalink
Format ofcourse ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Mar 3, 2023
1 parent e7a5eae commit f2a961d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ ImmutableMap<K, V> after(Iterable<? extends Map.Entry<? extends K, ? extends V>>
}

/**
* Don't map a stream's elements to map entries, only to subsequently collect them into an
* {@link ImmutableMap}. The collection can be performed directly.
* Don't map a stream's elements to map entries, only to subsequently collect them into an {@link
* ImmutableMap}. The collection can be performed directly.
*/
abstract static class StreamOfMapEntriesToImmutableMap<E, K, V> {
@Placeholder(allowsIdentity = true)
Expand Down

0 comments on commit f2a961d

Please sign in to comment.